1 write to _documentGridBackground
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (1)
1712
_documentGridBackground
= new Border();
3 references to _documentGridBackground
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (3)
1707
if (
_documentGridBackground
== null)
1713
_documentGridBackground
.Background = Brushes.Transparent;
1716
_childrenCollection.Add(
_documentGridBackground
);