1 write to _showPageBorders
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
874
_showPageBorders
= value;
3 references to _showPageBorders
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (3)
867
return
_showPageBorders
;
872
if (
_showPageBorders
!= value)
885
dp.ShowPageBorders =
_showPageBorders
;