1 write to _showPageBorders
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
847
_showPageBorders
= value;
3 references to _showPageBorders
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
840
return
_showPageBorders
;
845
if (
_showPageBorders
!= value)
858
dp.ShowPageBorders =
_showPageBorders
;