19 references to complex
PresentationFramework (19)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
453
else if (pageDetails.u.
complex
.cSections > 0)
457
Debug.Assert(pageDetails.u.
complex
.cSections == 1); // Only one section is supported right now.
MS\Internal\PtsHost\PtsHelper.cs (3)
549
arraySectionDesc = new PTS.FSSECTIONDESCRIPTION [pageDetails.u.
complex
.cSections];
553
PTS.Validate(PTS.FsQueryPageSectionList(ptsContext.Context, page, pageDetails.u.
complex
.cSections,
556
ErrorHandler.Assert(pageDetails.u.
complex
.cSections == sectionCount, ErrorHandler.PTSObjectsCountMismatch);
MS\Internal\PtsHost\PtsPage.cs (14)
527
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
530
if (pageDetails.u.
complex
.cSections != 0)
572
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
575
if (pageDetails.u.
complex
.cSections != 0)
844
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
847
rect = pageDetails.u.
complex
.fsrcPageBody;
888
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
890
bbox = pageDetails.u.
complex
.fsbboxPageBody;
1052
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1055
bool emptyPage = (pageDetails.u.
complex
.cSections == 0);
1216
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1220
if (pageDetails.u.
complex
.cSections != 0)
1270
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1274
if (pageDetails.u.
complex
.cSections != 0)