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();
78
return
_objectMaskBrush
;