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