5 instantiations of ImageBrush
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
173
return new
ImageBrush
();
Core\CSharp\System\Windows\Media\HitTestDrawingContextWalker.cs (1)
178
ImageBrush imageBrush = new
ImageBrush
();
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
983
ImageBrush imageBrush = new
ImageBrush
(renderTargetBitmap);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5278
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
ImageBrush
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1324
case KnownElements.ImageBrush: o = new System.Windows.Media.
ImageBrush
(); break;
20 references to ImageBrush
PresentationCore (9)
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
444
typeof(
ImageBrush
).IsInstanceOfType(newValue))
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (7)
65
public new
ImageBrush
Clone()
67
return (
ImageBrush
)base.Clone();
74
public new
ImageBrush
CloneCurrentValue()
76
return (
ImageBrush
)base.CloneCurrentValue();
111
ImageBrush
target = ((
ImageBrush
) d);
416
Type typeofThis = typeof(
ImageBrush
);
Core\CSharp\System\Windows\Media\HitTestDrawingContextWalker.cs (1)
178
ImageBrush
imageBrush = new ImageBrush();
PresentationFramework (11)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (1)
983
ImageBrush
imageBrush = new ImageBrush(renderTargetBitmap);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
526
if (element is Glyphs || element is Image || (p != null && p.Fill is
ImageBrush
))
src\Framework\System\Windows\Documents\FixedSOMImage.cs (2)
75
Debug.Assert(path.Fill is
ImageBrush
);
76
ImageSource source = ((
ImageBrush
)(path.Fill)).ImageSource;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
258
obj is Path && ((obj as Path).Fill is
ImageBrush
))
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
832
return p.Fill is
ImageBrush
&& p.Data != null;
1441
if (!(child is Path) || ((Path)child).Fill is
ImageBrush
)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
119
if (p.Fill is
ImageBrush
)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
374
case 282: t = () => typeof(
ImageBrush
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5276
typeof(System.Windows.Media.
ImageBrush
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5826
case KnownElements.ImageBrush: t = typeof(System.Windows.Media.
ImageBrush
); break;