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