2 writes to ImageSource
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
591ImageSource = imageSource,
System\Windows\Media\ImageDrawing.cs (1)
35ImageSource = imageSource;
8 references to ImageSource
PresentationCore (4)
System\Windows\Media\Generated\ImageDrawing.cs (3)
196ImageSource vImageSource = ImageSource; 229ImageSource vImageSource = ImageSource; 248ImageSource vImageSource = ImageSource;
System\Windows\Media\ImageDrawing.cs (1)
54ImageSource,
ReachFramework (4)
AlphaFlattener\Primitive.cs (3)
410if (id.ImageSource != null) 412DrawingImage di = id.ImageSource as DrawingImage; 439BitmapSource bs = (BitmapSource)id.ImageSource;
Serialization\VisualTreeFlattener.cs (1)
696_dcf.DrawImage(id.ImageSource, id.Rect);