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