5 references to OpacityMaskProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2729
get { return (Brush) GetValue(
OpacityMaskProperty
); }
2730
set { SetValue(
OpacityMaskProperty
, value); }
PresentationFramework (3)
System\Windows\Controls\ProgressBar.cs (2)
192
_glow.InvalidateProperty(UIElement.
OpacityMaskProperty
);
221
_glow.SetCurrentValue(UIElement.
OpacityMaskProperty
, mask);
System\Windows\Documents\TextSchema.cs (1)
1193
UIElement.
OpacityMaskProperty
,