4 instantiations of BitmapEffectInput
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1034
_currentDrawingGroup.BitmapEffectInput = effectInput ?? new
BitmapEffectInput
();
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
131
return new
BitmapEffectInput
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2005
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
BitmapEffectInput
(); }
System\Windows\Markup\KnownTypes.cs (1)
1132
case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.
BitmapEffectInput
(); break;
46 references to BitmapEffectInput
PresentationCore (43)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
486
BitmapEffectInput
effectInput)
System\Windows\Media\ContainerVisual.cs (1)
102
public
BitmapEffectInput
BitmapEffectInput
System\Windows\Media\DrawingDrawingContext.cs (1)
1007
BitmapEffectInput
effectInput)
System\Windows\Media\Effects\BitmapEffect.cs (2)
90
public BitmapSource GetOutput(
BitmapEffectInput
input)
100
if (input.Input ==
BitmapEffectInput
.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
40
return (Input !=
BitmapEffectInput
.ContextInputSource);
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
9
public
BitmapEffectInput
BitmapEffectInput;
12
BitmapEffectInput
bitmapEffectInput)
System\Windows\Media\Effects\BitmapEffectState.cs (2)
22
private
BitmapEffectInput
_bitmapEffectInput;
32
public
BitmapEffectInput
BitmapEffectInput
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (9)
34
public new
BitmapEffectInput
Clone()
36
return (
BitmapEffectInput
)base.Clone();
43
public new
BitmapEffectInput
CloneCurrentValue()
45
return (
BitmapEffectInput
)base.CloneCurrentValue();
61
BitmapEffectInput
target = ((
BitmapEffectInput
) d);
205
internal static BitmapSource s_Input =
BitmapEffectInput
.ContextInputSource;
232
Type typeofThis = typeof(
BitmapEffectInput
);
237
BitmapEffectInput
.ContextInputSource,
System\Windows\Media\Generated\DrawingContext.cs (1)
418
BitmapEffectInput
effectInput);
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
571
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
488
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingGroup.cs (3)
511
public
BitmapEffectInput
BitmapEffectInput
515
return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty);
944
typeof(
BitmapEffectInput
),
System\Windows\Media\Generated\RenderData.cs (2)
1409
(
BitmapEffectInput
)DependentLookup(data->hEffectInput)
1761
(
BitmapEffectInput
)DependentLookup(data->hEffectInput)
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1300
BitmapEffectInput
effectInput)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
284
BitmapEffectInput
effectInput)
System\Windows\Media\Visual.cs (7)
3071
protected internal
BitmapEffectInput
VisualBitmapEffectInput
3120
BitmapEffectInput
oldBitmapEffectInput = bed?.BitmapEffectInput;
3121
BitmapEffectInput
newBitmapEffectInput = value;
3162
BitmapEffectInput
currentBitmapEffectInput = bed?.BitmapEffectInput;
3288
internal
BitmapEffectInput
VisualBitmapEffectInputInternal
3305
BitmapEffectInput
bitmapEffectInput = bitmapEffectState?.BitmapEffectInput;
3311
BitmapEffectInput
newBitmapEffectInput = value;
System\Windows\Media\VisualTreeHelper.cs (1)
391
public static
BitmapEffectInput
GetBitmapEffectInput(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
101
public
BitmapEffectInput
BitmapEffectInput
System\Windows\UIElement.cs (5)
2794
typeof(
BitmapEffectInput
),
2800
((UIElement) d).pushBitmapEffectInput((
BitmapEffectInput
) e.NewValue);
2807
public
BitmapEffectInput
BitmapEffectInput
2809
get { return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty); }
2814
private void pushBitmapEffectInput(
BitmapEffectInput
newValue)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
122
case 29: t = () => typeof(
BitmapEffectInput
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2002
typeof(System.Windows.Media.Effects.
BitmapEffectInput
),
System\Windows\Markup\KnownTypes.cs (1)
5576
case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.
BitmapEffectInput
); break;