To reproduce:
var presentation = new Presentation("PP_Acx_CheckBox_Status.pptm");
Assert.NotEmpty(presentation.VbaProject.Modules);
The expected result is for the assertion to pass.
However, the VbaProject.Modules col…... Same result: the list is empty, but if you create...