5 writes to ImageSource
PresentationCore (2)
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
183
imageBrush.
ImageSource
= imageSource;
System\Windows\Media\ImageBrush.cs (1)
52
ImageSource
= image;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (2)
1781
ib.
ImageSource
= image.GetImage();
2371
ibnew.
ImageSource
= image.GetImage();
AlphaFlattener\Primitive.cs (1)
1872
brush.
ImageSource
= Image.GetImage();
18 references to ImageSource
PresentationCore (4)
System\Windows\Media\Generated\ImageBrush.cs (3)
190
ImageSource vImageSource =
ImageSource
;
271
ImageSource vImageSource =
ImageSource
;
292
ImageSource vImageSource =
ImageSource
;
System\Windows\Media\ImageBrush.cs (1)
68
DrawingImage di =
ImageSource
as DrawingImage;
PresentationFramework (1)
System\Windows\Documents\FixedSOMImage.cs (1)
71
ImageSource source = ((ImageBrush)(path.Fill)).
ImageSource
;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (7)
655
_image = new ImageProxy((BitmapSource)ib.
ImageSource
);
760
if (ib.
ImageSource
== null)
767
_image = new ImageProxy((BitmapSource)ib.
ImageSource
);
1770
ImageProxy image = new ImageProxy((BitmapSource)ib.
ImageSource
);
2322
BitmapSource bs = (BitmapSource)(ib.
ImageSource
);
3172
BitmapSource bitmapSource = ib.
ImageSource
as BitmapSource;
3180
DrawingImage drawingImage = ib.
ImageSource
as DrawingImage;
AlphaFlattener\Utility.cs (5)
1485
if ((ib != null) && (ib.
ImageSource
!= null))
1487
BitmapSource bs = ib.
ImageSource
as BitmapSource;
1558
if (imageBrush.
ImageSource
!= null)
1560
bounds = new Rect(0, 0, imageBrush.
ImageSource
.Width, imageBrush.
ImageSource
.Height);
Serialization\VisualSerializer.cs (1)
772
WriteBitmap("ImageSource", ib.
ImageSource
);