10 references to cSections
PresentationFramework (10)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (2)
470else if (pageDetails.u.complex.cSections > 0) 474Debug.Assert(pageDetails.u.complex.cSections == 1); // Only one section is supported right now.
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (3)
600arraySectionDesc = new PTS.FSSECTIONDESCRIPTION [pageDetails.u.complex.cSections]; 604PTS.Validate(PTS.FsQueryPageSectionList(ptsContext.Context, page, pageDetails.u.complex.cSections, 607ErrorHandler.Assert(pageDetails.u.complex.cSections == sectionCount, ErrorHandler.PTSObjectsCountMismatch);
src\Framework\MS\Internal\PtsHost\PtsPage.cs (5)
584if (pageDetails.u.complex.cSections != 0) 637if (pageDetails.u.complex.cSections != 0) 1170bool emptyPage = (pageDetails.u.complex.cSections == 0); 1348if (pageDetails.u.complex.cSections != 0) 1409if (pageDetails.u.complex.cSections != 0)