4 references to ImageBrush
PresentationFramework (1)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
974ImageBrush imageBrush = new ImageBrush(renderTargetBitmap);
ReachFramework (1)
Serialization\VisualSerializer.cs (1)
1946Brush brush = new ImageBrush((BitmapSource)image);
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHostPropertyMap.cs (2)
76host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(parentBitmap)); 84host.HostContainerInternal.Background = new SWM.ImageBrush(Convert.ToSystemWindowsMediaImagingBitmapImage(elementHostBitmap));