3 references to BitmapEffectInputProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
2852
get { return (BitmapEffectInput) GetValue(
BitmapEffectInputProperty
); }
2853
set { SetValue(
BitmapEffectInputProperty
, value); }
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1197
UIElement.
BitmapEffectInputProperty
,