2 references to ShowPageBordersProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
570
get { return (bool) GetValue(
ShowPageBordersProperty
); }
571
set { SetValue(
ShowPageBordersProperty
, value); }