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