13 writes to Viewbox
PresentationFramework (6)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
916visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 980visualBrush.Viewbox = new Rect(_clonedElement.RenderSize);
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (3)
53brush.Viewbox = new Rect(viewBox.X, viewBox.Y, width - header.GetVisualCanvasMarginX(), viewBox.Height); 80brush.Viewbox = new Rect(viewBox.X, viewBox.Y, viewBox.Width, height - header.GetVisualCanvasMarginY()); 150visualBrush.Viewbox = new Rect(offset.X, offset.Y, width, height);
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
887visualBrush.Viewbox = new Rect(offsetVector.X, offsetVector.Y, FloatSourceHeader.ActualWidth, FloatSourceHeader.ActualHeight);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
77newBrush.Viewport = newBrush.Viewbox = new Rect(-width, 0, twiceWidth, height);
PresentationFramework.Classic (2)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
82newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 117newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
82newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 117newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
PresentationFramework.Royale (2)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
82newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 117newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
6 references to Viewbox
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
260data.Viewbox = Viewbox;
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
260data.Viewbox = Viewbox;
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
292data.Viewbox = Viewbox;
Core\CSharp\System\Windows\Media\TileBrush.cs (1)
115Rect viewbox = Viewbox;
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
52Rect viewBox = brush.Viewbox; 79Rect viewBox = brush.Viewbox;