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