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)
840return _showPageBorders; 845if (_showPageBorders != value) 858dp.ShowPageBorders = _showPageBorders;