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