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