4 instantiations of BitmapEffectInput
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1048
effectInput : new
BitmapEffectInput
();
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
154
return new
BitmapEffectInput
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1967
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
BitmapEffectInput
(); };
System\Windows\Markup\KnownTypes.cs (1)
1139
case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.
BitmapEffectInput
(); break;
46 references to BitmapEffectInput
PresentationCore (43)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
501
BitmapEffectInput
effectInput)
System\Windows\Media\ContainerVisual.cs (1)
112
public
BitmapEffectInput
BitmapEffectInput
System\Windows\Media\DrawingDrawingContext.cs (1)
1020
BitmapEffectInput
effectInput)
System\Windows\Media\Effects\BitmapEffect.cs (2)
110
public BitmapSource GetOutput(
BitmapEffectInput
input)
120
if (input.Input ==
BitmapEffectInput
.ContextInputSource)
System\Windows\Media\Effects\BitmapEffectInput.cs (1)
54
return (Input !=
BitmapEffectInput
.ContextInputSource);
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
14
public
BitmapEffectInput
BitmapEffectInput;
17
BitmapEffectInput
bitmapEffectInput)
System\Windows\Media\Effects\BitmapEffectState.cs (2)
43
private
BitmapEffectInput
_bitmapEffectInput;
53
public
BitmapEffectInput
BitmapEffectInput
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (9)
57
public new
BitmapEffectInput
Clone()
59
return (
BitmapEffectInput
)base.Clone();
66
public new
BitmapEffectInput
CloneCurrentValue()
68
return (
BitmapEffectInput
)base.CloneCurrentValue();
84
BitmapEffectInput
target = ((
BitmapEffectInput
) d);
228
internal static BitmapSource s_Input =
BitmapEffectInput
.ContextInputSource;
255
Type typeofThis = typeof(
BitmapEffectInput
);
260
BitmapEffectInput
.ContextInputSource,
System\Windows\Media\Generated\DrawingContext.cs (1)
430
BitmapEffectInput
effectInput);
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
583
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
503
BitmapEffectInput
effectInput)
System\Windows\Media\Generated\DrawingGroup.cs (3)
501
public
BitmapEffectInput
BitmapEffectInput
505
return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty);
936
typeof(
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)
1258
BitmapEffectInput
effectInput)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
297
BitmapEffectInput
effectInput)
System\Windows\Media\Visual.cs (7)
3090
protected internal
BitmapEffectInput
VisualBitmapEffectInput
3139
BitmapEffectInput
oldBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput;
3140
BitmapEffectInput
newBitmapEffectInput = value;
3181
BitmapEffectInput
currentBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput;
3307
internal
BitmapEffectInput
VisualBitmapEffectInputInternal
3324
BitmapEffectInput
bitmapEffectInput = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffectInput;
3330
BitmapEffectInput
newBitmapEffectInput = value;
System\Windows\Media\VisualTreeHelper.cs (1)
401
public static
BitmapEffectInput
GetBitmapEffectInput(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
113
public
BitmapEffectInput
BitmapEffectInput
System\Windows\UIElement.cs (5)
2808
typeof(
BitmapEffectInput
),
2814
((UIElement) d).pushBitmapEffectInput((
BitmapEffectInput
) e.NewValue);
2821
public
BitmapEffectInput
BitmapEffectInput
2823
get { return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty); }
2828
private void pushBitmapEffectInput(
BitmapEffectInput
newValue)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
125
case 29: t = () => typeof(
BitmapEffectInput
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1965
typeof(System.Windows.Media.Effects.
BitmapEffectInput
),
System\Windows\Markup\KnownTypes.cs (1)
5583
case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.
BitmapEffectInput
); break;