19 references to complex
PresentationFramework (19)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
452
else if (pageDetails.u.
complex
.cSections > 0)
456
Debug.Assert(pageDetails.u.
complex
.cSections == 1); // Only one section is supported right now.
MS\Internal\PtsHost\PtsHelper.cs (3)
548
arraySectionDesc = new PTS.FSSECTIONDESCRIPTION [pageDetails.u.
complex
.cSections];
552
PTS.Validate(PTS.FsQueryPageSectionList(ptsContext.Context, page, pageDetails.u.
complex
.cSections,
555
ErrorHandler.Assert(pageDetails.u.
complex
.cSections == sectionCount, ErrorHandler.PTSObjectsCountMismatch);
MS\Internal\PtsHost\PtsPage.cs (14)
526
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
529
if (pageDetails.u.
complex
.cSections != 0)
571
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
574
if (pageDetails.u.
complex
.cSections != 0)
843
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
846
rect = pageDetails.u.
complex
.fsrcPageBody;
887
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
889
bbox = pageDetails.u.
complex
.fsbboxPageBody;
1051
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1054
bool emptyPage = (pageDetails.u.
complex
.cSections == 0);
1215
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1219
if (pageDetails.u.
complex
.cSections != 0)
1269
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1273
if (pageDetails.u.
complex
.cSections != 0)