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