1 write to _documentGridBackground
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
1681
_documentGridBackground
= new Border();
3 references to _documentGridBackground
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
1676
if (
_documentGridBackground
== null)
1682
_documentGridBackground
.Background = Brushes.Transparent;
1685
_childrenCollection.Add(
_documentGridBackground
);