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)
129
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)
32
public new
BitmapEffectInput
Clone()
34
return (
BitmapEffectInput
)base.Clone();
41
public new
BitmapEffectInput
CloneCurrentValue()
43
return (
BitmapEffectInput
)base.CloneCurrentValue();
59
BitmapEffectInput
target = ((
BitmapEffectInput
) d);
203
internal static BitmapSource s_Input =
BitmapEffectInput
.ContextInputSource;
230
Type typeofThis = typeof(
BitmapEffectInput
);
235
BitmapEffectInput
.ContextInputSource,
System\Windows\Media\Generated\DrawingContext.cs (1)
416
BitmapEffectInput
effectInput);
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
568
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
485
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingGroup.cs (3)
475
public
BitmapEffectInput
BitmapEffectInput
479
return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty);
904
typeof(
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)
1241
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;