1 write to _objectMaskBrush
PresentationFramework (1)
System\windows\Documents\SelectionHighlightInfo.cs (1)
29
_objectMaskBrush
= new SolidColorBrush(SystemColors.HighlightColor)
2 references to _objectMaskBrush
PresentationFramework (2)
System\windows\Documents\SelectionHighlightInfo.cs (2)
33
_objectMaskBrush
.Freeze();
74
return
_objectMaskBrush
;