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