5 references to OpacityMaskProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
2758get { return (Brush) GetValue(OpacityMaskProperty); } 2759set { SetValue(OpacityMaskProperty, value); }
PresentationFramework (3)
src\Framework\System\Windows\Controls\ProgressBar.cs (2)
188_glow.InvalidateProperty(UIElement.OpacityMaskProperty); 219_glow.SetCurrentValue(UIElement.OpacityMaskProperty, mask);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1195UIElement.OpacityMaskProperty,