5 writes to ImageSource
PresentationCore (2)
System\Windows\Media\HitTestDrawingContextWalker.cs (1)
168
ImageSource
= imageSource
System\Windows\Media\ImageBrush.cs (1)
35
ImageSource
= image;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (2)
1775
ib.
ImageSource
= image.GetImage();
2365
ibnew.
ImageSource
= image.GetImage();
AlphaFlattener\Primitive.cs (1)
1871
ImageSource
= Image.GetImage(),
18 references to ImageSource
PresentationCore (4)
System\Windows\Media\Generated\ImageBrush.cs (3)
176
ImageSource vImageSource =
ImageSource
;
258
ImageSource vImageSource =
ImageSource
;
281
ImageSource vImageSource =
ImageSource
;
System\Windows\Media\ImageBrush.cs (1)
51
DrawingImage di =
ImageSource
as DrawingImage;
PresentationFramework (1)
System\Windows\Documents\FixedSOMImage.cs (1)
68
ImageSource source = ((ImageBrush)(path.Fill)).
ImageSource
;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (7)
651
_image = new ImageProxy((BitmapSource)ib.
ImageSource
);
756
if (ib.
ImageSource
== null)
763
_image = new ImageProxy((BitmapSource)ib.
ImageSource
);
1764
ImageProxy image = new ImageProxy((BitmapSource)ib.
ImageSource
);
2316
BitmapSource bs = (BitmapSource)(ib.
ImageSource
);
3170
BitmapSource bitmapSource = ib.
ImageSource
as BitmapSource;
3178
DrawingImage drawingImage = ib.
ImageSource
as DrawingImage;
AlphaFlattener\Utility.cs (5)
1473
if ((ib != null) && (ib.
ImageSource
!= null))
1475
BitmapSource bs = ib.
ImageSource
as BitmapSource;
1547
if (imageBrush.
ImageSource
!= null)
1549
bounds = new Rect(0, 0, imageBrush.
ImageSource
.Width, imageBrush.
ImageSource
.Height);
Serialization\VisualSerializer.cs (1)
764
WriteBitmap("ImageSource", ib.
ImageSource
);