1 write to _objectMaskBrush
PresentationFramework (1)
System\windows\Documents\SelectionHighlightInfo.cs (1)
29_objectMaskBrush = new SolidColorBrush(SystemColors.HighlightColor);
3 references to _objectMaskBrush
PresentationFramework (3)
System\windows\Documents\SelectionHighlightInfo.cs (3)
30_objectMaskBrush.Opacity = 0.5; 31_objectMaskBrush.Freeze(); 72return _objectMaskBrush;