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