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