3 references to BitmapEffectInputProperty
PresentationCore (2)
System\Windows\UIElement.cs (2)
2823
get { return (BitmapEffectInput) GetValue(
BitmapEffectInputProperty
); }
2824
set { SetValue(
BitmapEffectInputProperty
, value); }
PresentationFramework (1)
System\Windows\Documents\TextSchema.cs (1)
1195
UIElement.
BitmapEffectInputProperty
,