6 references to cEndnoteColumns
PresentationFramework (6)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
481
Debug.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0); // Footnotes are not supported yet.
MS\Internal\PtsHost\PtsPage.cs (5)
923
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
971
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1134
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1337
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1398
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);