4 instantiations of BitmapEffectInput
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1035
_currentDrawingGroup.BitmapEffectInput = effectInput ?? new
BitmapEffectInput
();
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
134
return new
BitmapEffectInput
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2006
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
BitmapEffectInput
(); }
System\Windows\Markup\KnownTypes.cs (1)
1133
case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.
BitmapEffectInput
(); break;
46 references to BitmapEffectInput
PresentationCore (43)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
487
BitmapEffectInput
effectInput)
System\Windows\Media\ContainerVisual.cs (1)
103
public
BitmapEffectInput
BitmapEffectInput
System\Windows\Media\DrawingDrawingContext.cs (1)
1008
BitmapEffectInput
effectInput)
System\Windows\Media\Effects\BitmapEffect.cs (2)
91
public BitmapSource GetOutput(
BitmapEffectInput
input)
101
if (input.Input ==
BitmapEffectInput
.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
41
return (Input !=
BitmapEffectInput
.ContextInputSource);
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
10
public
BitmapEffectInput
BitmapEffectInput;
13
BitmapEffectInput
bitmapEffectInput)
System\Windows\Media\Effects\BitmapEffectState.cs (2)
23
private
BitmapEffectInput
_bitmapEffectInput;
33
public
BitmapEffectInput
BitmapEffectInput
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (9)
37
public new
BitmapEffectInput
Clone()
39
return (
BitmapEffectInput
)base.Clone();
46
public new
BitmapEffectInput
CloneCurrentValue()
48
return (
BitmapEffectInput
)base.CloneCurrentValue();
64
BitmapEffectInput
target = ((
BitmapEffectInput
) d);
208
internal static BitmapSource s_Input =
BitmapEffectInput
.ContextInputSource;
235
Type typeofThis = typeof(
BitmapEffectInput
);
240
BitmapEffectInput
.ContextInputSource,
System\Windows\Media\Generated\DrawingContext.cs (1)
419
BitmapEffectInput
effectInput);
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
572
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
489
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingGroup.cs (3)
514
public
BitmapEffectInput
BitmapEffectInput
518
return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty);
947
typeof(
BitmapEffectInput
),
System\Windows\Media\Generated\RenderData.cs (2)
1410
(
BitmapEffectInput
)DependentLookup(data->hEffectInput)
1762
(
BitmapEffectInput
)DependentLookup(data->hEffectInput)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1301
BitmapEffectInput
effectInput)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
285
BitmapEffectInput
effectInput)
System\Windows\Media\Visual.cs (7)
3074
protected internal
BitmapEffectInput
VisualBitmapEffectInput
3123
BitmapEffectInput
oldBitmapEffectInput = bed?.BitmapEffectInput;
3124
BitmapEffectInput
newBitmapEffectInput = value;
3165
BitmapEffectInput
currentBitmapEffectInput = bed?.BitmapEffectInput;
3291
internal
BitmapEffectInput
VisualBitmapEffectInputInternal
3308
BitmapEffectInput
bitmapEffectInput = bitmapEffectState?.BitmapEffectInput;
3314
BitmapEffectInput
newBitmapEffectInput = value;
System\Windows\Media\VisualTreeHelper.cs (1)
392
public static
BitmapEffectInput
GetBitmapEffectInput(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
102
public
BitmapEffectInput
BitmapEffectInput
System\Windows\UIElement.cs (5)
2795
typeof(
BitmapEffectInput
),
2801
((UIElement) d).pushBitmapEffectInput((
BitmapEffectInput
) e.NewValue);
2808
public
BitmapEffectInput
BitmapEffectInput
2810
get { return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty); }
2815
private void pushBitmapEffectInput(
BitmapEffectInput
newValue)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
123
case 29: t = () => typeof(
BitmapEffectInput
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2003
typeof(System.Windows.Media.Effects.
BitmapEffectInput
),
System\Windows\Markup\KnownTypes.cs (1)
5577
case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.
BitmapEffectInput
); break;