6 references to cEndnoteColumns
PresentationFramework (6)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
473
Debug.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0); // Footnotes are not supported yet.
MS\Internal\PtsHost\PtsPage.cs (5)
911
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
959
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1122
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1325
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1386
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);