2 writes to ImageSource
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
592ImageSource = imageSource,
System\Windows\Media\ImageDrawing.cs (1)
36ImageSource = imageSource;
8 references to ImageSource
PresentationCore (4)
System\Windows\Media\Generated\ImageDrawing.cs (3)
182ImageSource vImageSource = ImageSource; 214ImageSource vImageSource = ImageSource; 231ImageSource vImageSource = ImageSource;
System\Windows\Media\ImageDrawing.cs (1)
55ImageSource,
ReachFramework (4)
AlphaFlattener\Primitive.cs (3)
411if (id.ImageSource != null) 413DrawingImage di = id.ImageSource as DrawingImage; 440BitmapSource bs = (BitmapSource)id.ImageSource;
Serialization\VisualTreeFlattener.cs (1)
697_dcf.DrawImage(id.ImageSource, id.Rect);