4 references to BitmapEffectProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2755get { return (BitmapEffect) GetValue(BitmapEffectProperty); } 2756set { SetValue(BitmapEffectProperty, value); }
PresentationFramework (2)
System\Windows\Documents\DPTypeDescriptorContext.cs (1)
55if (property == UIElement.BitmapEffectProperty)
System\Windows\Documents\TextSchema.cs (1)
1193UIElement.BitmapEffectProperty,