2 writes to ImageSource
PresentationCore (2)
Core\CSharp\System\Windows\Media\HitTestDrawingContextWalker.cs (1)
185
imageBrush.
ImageSource
= imageSource;
Core\CSharp\System\Windows\Media\ImageBrush.cs (1)
57
ImageSource
= image;
5 references to ImageSource
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (3)
206
ImageSource vImageSource =
ImageSource
;
288
ImageSource vImageSource =
ImageSource
;
311
ImageSource vImageSource =
ImageSource
;
Core\CSharp\System\Windows\Media\ImageBrush.cs (1)
73
DrawingImage di =
ImageSource
as DrawingImage;
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMImage.cs (1)
76
ImageSource source = ((ImageBrush)(path.Fill)).
ImageSource
;