19 references to complex
PresentationFramework (19)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
461
else if (pageDetails.u.
complex
.cSections > 0)
465
Debug.Assert(pageDetails.u.
complex
.cSections == 1); // Only one section is supported right now.
MS\Internal\PtsHost\PtsHelper.cs (3)
554
arraySectionDesc = new PTS.FSSECTIONDESCRIPTION [pageDetails.u.
complex
.cSections];
558
PTS.Validate(PTS.FsQueryPageSectionList(ptsContext.Context, page, pageDetails.u.
complex
.cSections,
561
ErrorHandler.Assert(pageDetails.u.
complex
.cSections == sectionCount, ErrorHandler.PTSObjectsCountMismatch);
MS\Internal\PtsHost\PtsPage.cs (14)
533
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
536
if (pageDetails.u.
complex
.cSections != 0)
578
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
581
if (pageDetails.u.
complex
.cSections != 0)
856
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
859
rect = pageDetails.u.
complex
.fsrcPageBody;
900
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
902
bbox = pageDetails.u.
complex
.fsbboxPageBody;
1064
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1067
bool emptyPage = (pageDetails.u.
complex
.cSections == 0);
1228
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1232
if (pageDetails.u.
complex
.cSections != 0)
1282
ErrorHandler.Assert(pageDetails.u.
complex
.cFootnoteColumns == 0, ErrorHandler.NotSupportedFootnotes);
1286
if (pageDetails.u.
complex
.cSections != 0)