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