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