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