4 instantiations of BitmapEffectInput
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1078
effectInput : new
BitmapEffectInput
();
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
160
return new
BitmapEffectInput
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1963
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
BitmapEffectInput
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1140
case KnownElements.BitmapEffectInput: o = new System.Windows.Media.Effects.
BitmapEffectInput
(); break;
46 references to BitmapEffectInput
PresentationCore (43)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (1)
503
BitmapEffectInput
effectInput)
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
115
public
BitmapEffectInput
BitmapEffectInput
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1049
BitmapEffectInput
effectInput)
Core\CSharp\System\Windows\Media\Effects\BitmapEffect.cs (2)
155
public BitmapSource GetOutput(
BitmapEffectInput
input)
168
if (input.Input ==
BitmapEffectInput
.ContextInputSource)
Core\CSharp\System\Windows\Media\Effects\BitmapEffectInput.cs (1)
55
return (Input !=
BitmapEffectInput
.ContextInputSource);
Core\CSharp\System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
10
public
BitmapEffectInput
BitmapEffectInput;
13
BitmapEffectInput
bitmapEffectInput)
Core\CSharp\System\Windows\Media\Effects\BitmapEffectState.cs (2)
46
private
BitmapEffectInput
_bitmapEffectInput;
56
public
BitmapEffectInput
BitmapEffectInput
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (9)
63
public new
BitmapEffectInput
Clone()
65
return (
BitmapEffectInput
)base.Clone();
72
public new
BitmapEffectInput
CloneCurrentValue()
74
return (
BitmapEffectInput
)base.CloneCurrentValue();
90
BitmapEffectInput
target = ((
BitmapEffectInput
) d);
234
internal static BitmapSource s_Input =
BitmapEffectInput
.ContextInputSource;
262
Type typeofThis = typeof(
BitmapEffectInput
);
267
BitmapEffectInput
.ContextInputSource,
Core\CSharp\System\Windows\Media\Generated\DrawingContext.cs (1)
433
BitmapEffectInput
effectInput);
Core\CSharp\System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
586
BitmapEffectInput
effectInput)
Core\CSharp\System\Windows\Media\Generated\DrawingContextWalker.cs (1)
506
BitmapEffectInput
effectInput)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (3)
535
public
BitmapEffectInput
BitmapEffectInput
539
return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty);
981
typeof(
BitmapEffectInput
),
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
1436
(
BitmapEffectInput
)DependentLookup(data->hEffectInput)
1794
(
BitmapEffectInput
)DependentLookup(data->hEffectInput)
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1435
BitmapEffectInput
effectInput)
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
299
BitmapEffectInput
effectInput)
Core\CSharp\System\Windows\Media\Visual.cs (7)
3119
protected internal
BitmapEffectInput
VisualBitmapEffectInput
3168
BitmapEffectInput
oldBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput;
3169
BitmapEffectInput
newBitmapEffectInput = value;
3210
BitmapEffectInput
currentBitmapEffectInput = (bed == null) ? null : bed.BitmapEffectInput;
3337
internal
BitmapEffectInput
VisualBitmapEffectInputInternal
3354
BitmapEffectInput
bitmapEffectInput = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffectInput;
3360
BitmapEffectInput
newBitmapEffectInput = value;
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
416
public static
BitmapEffectInput
GetBitmapEffectInput(Visual reference)
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
117
public
BitmapEffectInput
BitmapEffectInput
Core\CSharp\System\Windows\UIElement.cs (5)
2837
typeof(
BitmapEffectInput
),
2843
((UIElement) d).pushBitmapEffectInput((
BitmapEffectInput
) e.NewValue);
2850
public
BitmapEffectInput
BitmapEffectInput
2852
get { return (
BitmapEffectInput
) GetValue(BitmapEffectInputProperty); }
2857
private void pushBitmapEffectInput(
BitmapEffectInput
newValue)
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
121
case 29: t = () => typeof(
BitmapEffectInput
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1961
typeof(System.Windows.Media.Effects.
BitmapEffectInput
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5573
case KnownElements.BitmapEffectInput: t = typeof(System.Windows.Media.Effects.
BitmapEffectInput
); break;