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