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