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)
867return _showPageBorders; 872if (_showPageBorders != value) 885dp.ShowPageBorders = _showPageBorders;