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