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