4 references to BitmapEffectProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
2789get { return (BitmapEffect) GetValue(BitmapEffectProperty); } 2790set { SetValue(BitmapEffectProperty, value); }
PresentationFramework (2)
src\Framework\System\Windows\Documents\DPTypeDescriptorContext.cs (1)
59if (property == UIElement.BitmapEffectProperty)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1196UIElement.BitmapEffectProperty,