4 instantiations of BitmapEffectInput
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1048effectInput : new BitmapEffectInput();
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
154return new BitmapEffectInput();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1967bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.BitmapEffectInput(); };
System\Windows\Markup\KnownTypes.cs (1)
1139case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.BitmapEffectInput(); break;
46 references to BitmapEffectInput
PresentationCore (43)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
501BitmapEffectInput effectInput)
System\Windows\Media\ContainerVisual.cs (1)
112public BitmapEffectInput BitmapEffectInput
System\Windows\Media\DrawingDrawingContext.cs (1)
1020BitmapEffectInput effectInput)
System\Windows\Media\Effects\BitmapEffect.cs (2)
110public BitmapSource GetOutput(BitmapEffectInput input) 120if (input.Input == BitmapEffectInput.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
54return (Input != BitmapEffectInput.ContextInputSource);
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
14public BitmapEffectInput BitmapEffectInput; 17BitmapEffectInput bitmapEffectInput)
System\Windows\Media\Effects\BitmapEffectState.cs (2)
43private BitmapEffectInput _bitmapEffectInput; 53public BitmapEffectInput BitmapEffectInput
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (9)
57public new BitmapEffectInput Clone() 59return (BitmapEffectInput)base.Clone(); 66public new BitmapEffectInput CloneCurrentValue() 68return (BitmapEffectInput)base.CloneCurrentValue(); 84BitmapEffectInput target = ((BitmapEffectInput) d); 228internal static BitmapSource s_Input = BitmapEffectInput.ContextInputSource; 255Type typeofThis = typeof(BitmapEffectInput); 260BitmapEffectInput.ContextInputSource,
System\Windows\Media\Generated\DrawingContext.cs (1)
430BitmapEffectInput effectInput);
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
583BitmapEffectInput effectInput)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
503BitmapEffectInput effectInput)
System\Windows\Media\Generated\DrawingGroup.cs (3)
501public BitmapEffectInput BitmapEffectInput 505return (BitmapEffectInput) GetValue(BitmapEffectInputProperty); 936typeof(BitmapEffectInput),
System\Windows\Media\Generated\RenderData.cs (2)
1421(BitmapEffectInput)DependentLookup(data->hEffectInput) 1773(BitmapEffectInput)DependentLookup(data->hEffectInput)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1258BitmapEffectInput effectInput)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
297BitmapEffectInput effectInput)
System\Windows\Media\Visual.cs (7)
3096protected internal BitmapEffectInput VisualBitmapEffectInput 3145BitmapEffectInput oldBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput; 3146BitmapEffectInput newBitmapEffectInput = value; 3187BitmapEffectInput currentBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput; 3313internal BitmapEffectInput VisualBitmapEffectInputInternal 3330BitmapEffectInput bitmapEffectInput = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffectInput; 3336BitmapEffectInput newBitmapEffectInput = value;
System\Windows\Media\VisualTreeHelper.cs (1)
404public static BitmapEffectInput GetBitmapEffectInput(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
115public BitmapEffectInput BitmapEffectInput
System\Windows\UIElement.cs (5)
2811typeof(BitmapEffectInput), 2817((UIElement) d).pushBitmapEffectInput((BitmapEffectInput) e.NewValue); 2824public BitmapEffectInput BitmapEffectInput 2826get { return (BitmapEffectInput) GetValue(BitmapEffectInputProperty); } 2831private void pushBitmapEffectInput(BitmapEffectInput newValue)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
125case 29: t = () => typeof(BitmapEffectInput); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1965typeof(System.Windows.Media.Effects.BitmapEffectInput),
System\Windows\Markup\KnownTypes.cs (1)
5583case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.BitmapEffectInput); break;