9 instantiations of ImageBrush
PresentationCore (2)
System\Windows\Media\Generated\ImageBrush.cs (1)
163
return new
ImageBrush
();
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
176
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)
5282
bamlType.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)
1869
ImageBrush brush = new
ImageBrush
();
Serialization\VisualSerializer.cs (1)
1946
Brush brush = new
ImageBrush
((BitmapSource)image);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
76
host.HostContainerInternal.Background = new SWM.
ImageBrush
(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap));
84
host.HostContainerInternal.Background = new SWM.
ImageBrush
(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));
47 references to ImageBrush
PresentationCore (9)
System\Windows\Media\Effects\ShaderEffect.cs (1)
441
and not
ImageBrush
)
System\Windows\Media\Generated\ImageBrush.cs (7)
59
public new
ImageBrush
Clone()
61
return (
ImageBrush
)base.Clone();
68
public new
ImageBrush
CloneCurrentValue()
70
return (
ImageBrush
)base.CloneCurrentValue();
101
ImageBrush
target = ((
ImageBrush
) d);
395
Type typeofThis = typeof(
ImageBrush
);
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
176
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)
500
if (element is Glyphs || element is Image || (p != null && p.Fill is
ImageBrush
))
System\Windows\Documents\FixedSOMImage.cs (2)
70
Debug.Assert(path.Fill is
ImageBrush
);
71
ImageSource source = ((
ImageBrush
)(path.Fill)).ImageSource;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
253
obj is Path && ((obj as Path).Fill is
ImageBrush
))
System\Windows\Documents\FixedTextBuilder.cs (2)
812
return p.Fill is
ImageBrush
&& p.Data != null;
1413
if (!(child is Path) || ((Path)child).Fill is
ImageBrush
)
System\Windows\Documents\FixedTextView.cs (1)
112
if (p.Fill is
ImageBrush
)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
378
case 282: t = () => typeof(
ImageBrush
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5280
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)
649
if (_brush is
ImageBrush
)
651
ImageBrush
ib = _brush as
ImageBrush
;
751
if (_brush is
ImageBrush
)
758
ImageBrush
ib = _brush as
ImageBrush
;
876
if (_brush is
ImageBrush
)
887
if (brushB.Brush is
ImageBrush
)
1072
else if (_brush is
ImageBrush
)
1768
ImageBrush
ib = _brush.CloneCurrentValue() as
ImageBrush
;
2318
ImageBrush
ib = _brush as
ImageBrush
;
2368
ImageBrush
ibnew = ib.CloneCurrentValue() as
ImageBrush
;
3168
ImageBrush
ib = brush as
ImageBrush
;
3337
if (brushB.Brush is
ImageBrush
)
3491
else if (_brush is
ImageBrush
)
AlphaFlattener\DrawingContext.cs (1)
656
if (b is
ImageBrush
)
AlphaFlattener\Primitive.cs (1)
1869
ImageBrush
brush = new ImageBrush();
AlphaFlattener\Utility.cs (4)
1481
ImageBrush
ib = brush as
ImageBrush
;
1554
ImageBrush
imageBrush = brush as
ImageBrush
;
Serialization\VisualSerializer.cs (2)
766
ImageBrush
ib = brush as
ImageBrush
;