9 instantiations of ImageBrush
PresentationCore (2)
System\Windows\Media\Generated\ImageBrush.cs (1)
135
return new
ImageBrush
();
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
162
ImageBrush imageBrush = new
ImageBrush
PresentationFramework (3)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
974
ImageBrush imageBrush = new
ImageBrush
(renderTargetBitmap);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5753
DefaultConstructor = delegate () { return new System.Windows.Media.
ImageBrush
(); },
System\Windows\Markup\KnownTypes.cs (1)
1323
case KnownElements.ImageBrush: o = new System.Windows.Media.
ImageBrush
(); break;
ReachFramework (2)
AlphaFlattener\Primitive.cs (1)
1875
ImageBrush brush = new
ImageBrush
Serialization\VisualSerializer.cs (1)
1939
Brush brush = new
ImageBrush
((BitmapSource)image);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
74
host.HostContainerInternal.Background = new SWM.
ImageBrush
(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap));
82
host.HostContainerInternal.Background = new SWM.
ImageBrush
(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
47 references to ImageBrush
PresentationCore (9)
System\Windows\Media\Effects\ShaderEffect.cs (1)
428
and not
ImageBrush
)
System\Windows\Media\Generated\ImageBrush.cs (7)
31
public new
ImageBrush
Clone()
33
return (
ImageBrush
)base.Clone();
40
public new
ImageBrush
CloneCurrentValue()
42
return (
ImageBrush
)base.CloneCurrentValue();
73
ImageBrush
target = ((
ImageBrush
) d);
367
Type typeofThis = typeof(
ImageBrush
);
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
162
ImageBrush
imageBrush = new ImageBrush
PresentationFramework (11)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
974
ImageBrush
imageBrush = new ImageBrush(renderTargetBitmap);
System\Windows\Documents\FixedDocument.cs (1)
489
if (element is Glyphs || element is Image || (p != null && p.Fill is
ImageBrush
))
System\Windows\Documents\FixedSOMImage.cs (2)
68
Debug.Assert(path.Fill is
ImageBrush
);
69
ImageSource source = ((
ImageBrush
)(path.Fill)).ImageSource;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
250
obj is Path && ((obj as Path).Fill is
ImageBrush
))
System\Windows\Documents\FixedTextBuilder.cs (2)
806
return p.Fill is
ImageBrush
&& p.Data != null;
1407
if (!(child is Path) || ((Path)child).Fill is
ImageBrush
)
System\Windows\Documents\FixedTextView.cs (1)
102
if (p.Fill is
ImageBrush
)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
376
case 282: t = () => typeof(
ImageBrush
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5750
typeof(System.Windows.Media.
ImageBrush
),
System\Windows\Markup\KnownTypes.cs (1)
5836
case KnownElements.ImageBrush: t = typeof(System.Windows.Media.
ImageBrush
); break;
ReachFramework (27)
AlphaFlattener\BrushProxy.cs (19)
646
if (_brush is
ImageBrush
)
648
ImageBrush
ib = _brush as
ImageBrush
;
748
if (_brush is
ImageBrush
)
755
ImageBrush
ib = _brush as
ImageBrush
;
873
if (_brush is
ImageBrush
)
884
if (brushB.Brush is
ImageBrush
)
1069
else if (_brush is
ImageBrush
)
1766
ImageBrush
ib = _brush.CloneCurrentValue() as
ImageBrush
;
2316
ImageBrush
ib = _brush as
ImageBrush
;
2366
ImageBrush
ibnew = ib.CloneCurrentValue() as
ImageBrush
;
3170
ImageBrush
ib = brush as
ImageBrush
;
3338
if (brushB.Brush is
ImageBrush
)
3492
else if (_brush is
ImageBrush
)
AlphaFlattener\DrawingContext.cs (1)
654
if (b is
ImageBrush
)
AlphaFlattener\Primitive.cs (1)
1875
ImageBrush
brush = new ImageBrush
AlphaFlattener\Utility.cs (4)
1470
ImageBrush
ib = brush as
ImageBrush
;
1544
ImageBrush
imageBrush = brush as
ImageBrush
;
Serialization\VisualSerializer.cs (2)
759
ImageBrush
ib = brush as
ImageBrush
;