4 instantiations of BitmapEffectInput
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1030effectInput : new BitmapEffectInput();
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
129return new BitmapEffectInput();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1965bamlType.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)
487BitmapEffectInput effectInput)
System\Windows\Media\ContainerVisual.cs (1)
103public BitmapEffectInput BitmapEffectInput
System\Windows\Media\DrawingDrawingContext.cs (1)
1002BitmapEffectInput effectInput)
System\Windows\Media\Effects\BitmapEffect.cs (2)
91public BitmapSource GetOutput(BitmapEffectInput input) 101if (input.Input == BitmapEffectInput.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
41return (Input != BitmapEffectInput.ContextInputSource);
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
10public BitmapEffectInput BitmapEffectInput; 13BitmapEffectInput bitmapEffectInput)
System\Windows\Media\Effects\BitmapEffectState.cs (2)
23private BitmapEffectInput _bitmapEffectInput; 33public BitmapEffectInput BitmapEffectInput
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (9)
32public new BitmapEffectInput Clone() 34return (BitmapEffectInput)base.Clone(); 41public new BitmapEffectInput CloneCurrentValue() 43return (BitmapEffectInput)base.CloneCurrentValue(); 59BitmapEffectInput target = ((BitmapEffectInput) d); 203internal static BitmapSource s_Input = BitmapEffectInput.ContextInputSource; 230Type typeofThis = typeof(BitmapEffectInput); 235BitmapEffectInput.ContextInputSource,
System\Windows\Media\Generated\DrawingContext.cs (1)
416BitmapEffectInput effectInput);
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
568BitmapEffectInput effectInput)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
488BitmapEffectInput effectInput)
System\Windows\Media\Generated\DrawingGroup.cs (3)
475public BitmapEffectInput BitmapEffectInput 479return (BitmapEffectInput) GetValue(BitmapEffectInputProperty); 910typeof(BitmapEffectInput),
System\Windows\Media\Generated\RenderData.cs (2)
1408(BitmapEffectInput)DependentLookup(data->hEffectInput) 1760(BitmapEffectInput)DependentLookup(data->hEffectInput)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1241BitmapEffectInput effectInput)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
285BitmapEffectInput effectInput)
System\Windows\Media\Visual.cs (7)
3074protected internal BitmapEffectInput VisualBitmapEffectInput 3123BitmapEffectInput oldBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput; 3124BitmapEffectInput newBitmapEffectInput = value; 3165BitmapEffectInput currentBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput; 3291internal BitmapEffectInput VisualBitmapEffectInputInternal 3308BitmapEffectInput bitmapEffectInput = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffectInput; 3314BitmapEffectInput newBitmapEffectInput = value;
System\Windows\Media\VisualTreeHelper.cs (1)
392public static BitmapEffectInput GetBitmapEffectInput(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
102public BitmapEffectInput BitmapEffectInput
System\Windows\UIElement.cs (5)
2803typeof(BitmapEffectInput), 2809((UIElement) d).pushBitmapEffectInput((BitmapEffectInput) e.NewValue); 2816public BitmapEffectInput BitmapEffectInput 2818get { return (BitmapEffectInput) GetValue(BitmapEffectInputProperty); } 2823private void pushBitmapEffectInput(BitmapEffectInput newValue)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
123case 29: t = () => typeof(BitmapEffectInput); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1963typeof(System.Windows.Media.Effects.BitmapEffectInput),
System\Windows\Markup\KnownTypes.cs (1)
5583case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.BitmapEffectInput); break;