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