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