10 references to cSections
PresentationFramework (10)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
461else if (pageDetails.u.complex.cSections > 0) 465Debug.Assert(pageDetails.u.complex.cSections == 1); // Only one section is supported right now.
MS\Internal\PtsHost\PtsHelper.cs (3)
554arraySectionDesc = new PTS.FSSECTIONDESCRIPTION [pageDetails.u.complex.cSections]; 558PTS.Validate(PTS.FsQueryPageSectionList(ptsContext.Context, page, pageDetails.u.complex.cSections, 561ErrorHandler.Assert(pageDetails.u.complex.cSections == sectionCount, ErrorHandler.PTSObjectsCountMismatch);
MS\Internal\PtsHost\PtsPage.cs (5)
536if (pageDetails.u.complex.cSections != 0) 581if (pageDetails.u.complex.cSections != 0) 1067bool emptyPage = (pageDetails.u.complex.cSections == 0); 1232if (pageDetails.u.complex.cSections != 0) 1286if (pageDetails.u.complex.cSections != 0)