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