6 references to cEndnoteColumns
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
490
Debug.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0); // Footnotes are not supported yet.
src\Framework\MS\Internal\PtsHost\PtsPage.cs (5)
1012
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1066
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1242
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1465
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);
1532
ErrorHandler.Assert(sectionDetails.u.withpagenotes.
cEndnoteColumns
== 0, ErrorHandler.NotSupportedFootnotes);