9 instantiations of ImageBrush
PresentationCore (2)
System\Windows\Media\Generated\ImageBrush.cs (1)
149
return new
ImageBrush
();
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
161
ImageBrush imageBrush = new
ImageBrush
PresentationFramework (3)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
967
ImageBrush imageBrush = new
ImageBrush
(renderTargetBitmap);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5752
DefaultConstructor = delegate () { return new System.Windows.Media.
ImageBrush
(); },
System\Windows\Markup\KnownTypes.cs (1)
1316
case KnownElements.ImageBrush: o = new System.Windows.Media.
ImageBrush
(); break;
ReachFramework (2)
AlphaFlattener\Primitive.cs (1)
1868
ImageBrush brush = new
ImageBrush
Serialization\VisualSerializer.cs (1)
1938
Brush brush = new
ImageBrush
((BitmapSource)image);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
71
host.HostContainerInternal.Background = new SWM.
ImageBrush
(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap));
79
host.HostContainerInternal.Background = new SWM.
ImageBrush
(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
47 references to ImageBrush
PresentationCore (9)
System\Windows\Media\Effects\ShaderEffect.cs (1)
424
and not
ImageBrush
)
System\Windows\Media\Generated\ImageBrush.cs (7)
41
public new
ImageBrush
Clone()
43
return (
ImageBrush
)base.Clone();
50
public new
ImageBrush
CloneCurrentValue()
52
return (
ImageBrush
)base.CloneCurrentValue();
87
ImageBrush
target = ((
ImageBrush
) d);
385
Type typeofThis = typeof(
ImageBrush
);
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
161
ImageBrush
imageBrush = new ImageBrush
PresentationFramework (11)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
967
ImageBrush
imageBrush = new ImageBrush(renderTargetBitmap);
System\Windows\Documents\FixedDocument.cs (1)
488
if (element is Glyphs || element is Image || (p != null && p.Fill is
ImageBrush
))
System\Windows\Documents\FixedSOMImage.cs (2)
67
Debug.Assert(path.Fill is
ImageBrush
);
68
ImageSource source = ((
ImageBrush
)(path.Fill)).ImageSource;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
249
obj is Path && ((obj as Path).Fill is
ImageBrush
))
System\Windows\Documents\FixedTextBuilder.cs (2)
805
return p.Fill is
ImageBrush
&& p.Data != null;
1403
if (!(child is Path) || ((Path)child).Fill is
ImageBrush
)
System\Windows\Documents\FixedTextView.cs (1)
101
if (p.Fill is
ImageBrush
)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
375
case 282: t = () => typeof(
ImageBrush
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5749
typeof(System.Windows.Media.
ImageBrush
),
System\Windows\Markup\KnownTypes.cs (1)
5829
case KnownElements.ImageBrush: t = typeof(System.Windows.Media.
ImageBrush
); break;
ReachFramework (27)
AlphaFlattener\BrushProxy.cs (19)
645
if (_brush is
ImageBrush
)
647
ImageBrush
ib = _brush as
ImageBrush
;
747
if (_brush is
ImageBrush
)
754
ImageBrush
ib = _brush as
ImageBrush
;
869
if (_brush is
ImageBrush
)
880
if (brushB.Brush is
ImageBrush
)
1065
else if (_brush is
ImageBrush
)
1762
ImageBrush
ib = _brush.CloneCurrentValue() as
ImageBrush
;
2312
ImageBrush
ib = _brush as
ImageBrush
;
2362
ImageBrush
ibnew = ib.CloneCurrentValue() as
ImageBrush
;
3166
ImageBrush
ib = brush as
ImageBrush
;
3334
if (brushB.Brush is
ImageBrush
)
3488
else if (_brush is
ImageBrush
)
AlphaFlattener\DrawingContext.cs (1)
653
if (b is
ImageBrush
)
AlphaFlattener\Primitive.cs (1)
1868
ImageBrush
brush = new ImageBrush
AlphaFlattener\Utility.cs (4)
1469
ImageBrush
ib = brush as
ImageBrush
;
1543
ImageBrush
imageBrush = brush as
ImageBrush
;
Serialization\VisualSerializer.cs (2)
758
ImageBrush
ib = brush as
ImageBrush
;