5 writes to ImageSource
PresentationCore (2)
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
169
ImageSource
= imageSource
System\Windows\Media\ImageBrush.cs (1)
36
ImageSource
= image;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (2)
1779
ib.
ImageSource
= image.GetImage();
2369
ibnew.
ImageSource
= image.GetImage();
AlphaFlattener\Primitive.cs (1)
1878
ImageSource
= Image.GetImage(),
18 references to ImageSource
PresentationCore (4)
System\Windows\Media\Generated\ImageBrush.cs (3)
162
ImageSource vImageSource =
ImageSource
;
243
ImageSource vImageSource =
ImageSource
;
264
ImageSource vImageSource =
ImageSource
;
System\Windows\Media\ImageBrush.cs (1)
52
DrawingImage di =
ImageSource
as DrawingImage;
PresentationFramework (1)
System\Windows\Documents\FixedSOMImage.cs (1)
69
ImageSource source = ((ImageBrush)(path.Fill)).
ImageSource
;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (7)
652
_image = new ImageProxy((BitmapSource)ib.
ImageSource
);
757
if (ib.
ImageSource
== null)
764
_image = new ImageProxy((BitmapSource)ib.
ImageSource
);
1768
ImageProxy image = new ImageProxy((BitmapSource)ib.
ImageSource
);
2320
BitmapSource bs = (BitmapSource)(ib.
ImageSource
);
3174
BitmapSource bitmapSource = ib.
ImageSource
as BitmapSource;
3182
DrawingImage drawingImage = ib.
ImageSource
as DrawingImage;
AlphaFlattener\Utility.cs (5)
1474
if ((ib != null) && (ib.
ImageSource
!= null))
1476
BitmapSource bs = ib.
ImageSource
as BitmapSource;
1548
if (imageBrush.
ImageSource
!= null)
1550
bounds = new Rect(0, 0, imageBrush.
ImageSource
.Width, imageBrush.
ImageSource
.Height);
Serialization\VisualSerializer.cs (1)
765
WriteBitmap("ImageSource", ib.
ImageSource
);