1 write to _objectMaskBrush
PresentationFramework (1)
src\Framework\System\windows\Documents\SelectionHighlightInfo.cs (1)
35_objectMaskBrush = new SolidColorBrush(SystemColors.HighlightColor);
3 references to _objectMaskBrush
PresentationFramework (3)
src\Framework\System\windows\Documents\SelectionHighlightInfo.cs (3)
36_objectMaskBrush.Opacity = 0.5; 37_objectMaskBrush.Freeze(); 78return _objectMaskBrush;