1 write to _showPageBorders
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
855
_showPageBorders
= value;
3 references to _showPageBorders
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
848
return
_showPageBorders
;
853
if (
_showPageBorders
!= value)
866
dp.ShowPageBorders =
_showPageBorders
;