25 writes to Viewbox
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (2)
896Viewbox = new Rect(_clonedElement.RenderSize), 963visualBrush.Viewbox = new Rect(_clonedElement.RenderSize);
System\Windows\Controls\DataGridColumnFloatingHeader.cs (3)
47brush.Viewbox = new Rect(viewBox.X, viewBox.Y, width - header.GetVisualCanvasMarginX(), viewBox.Height); 74brush.Viewbox = new Rect(viewBox.X, viewBox.Y, viewBox.Width, height - header.GetVisualCanvasMarginY()); 145visualBrush.Viewbox = new Rect(offset.X, offset.Y, width, height);
System\Windows\Controls\GridViewColumnHeader.cs (1)
839Viewbox = new Rect(offsetVector.X, offsetVector.Y, FloatSourceHeader.ActualWidth, FloatSourceHeader.ActualHeight)
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
69newBrush.Viewport = newBrush.Viewbox = new Rect(-width, 0, twiceWidth, height);
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
69newBrush.Viewport = newBrush.Viewbox = new Rect(-width, 0, twiceWidth, height);
PresentationFramework.AeroLite (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
64newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 99newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
PresentationFramework.Classic (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
64newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 99newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
PresentationFramework.Luna (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
64newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 99newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
64newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 99newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (6)
470tb.Viewbox = viewbox; 1339newBrush.Viewbox = currentBrush.Viewbox; 1413brush.Viewbox = drawing.Bounds; 2367ibnew.Viewbox = new Rect(0, 0, 1, 1); 3153drawingBrush.Viewbox = vb.Viewbox; 3190db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (1)
1416tb.Viewbox = content;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
554Viewbox = new Rect(_clonedElement.RenderSize), 614visualBrush.Viewbox = new Rect(_clonedElement.RenderSize);
19 references to Viewbox
PresentationCore (4)
System\Windows\Media\Generated\DrawingBrush.cs (1)
230data.Viewbox = Viewbox;
System\Windows\Media\Generated\ImageBrush.cs (1)
230data.Viewbox = Viewbox;
System\Windows\Media\Generated\VisualBrush.cs (1)
262data.Viewbox = Viewbox;
System\Windows\Media\TileBrush.cs (1)
96Rect viewbox = Viewbox;
PresentationFramework (2)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
46Rect viewBox = brush.Viewbox; 73Rect viewBox = brush.Viewbox;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (7)
666Rect vb = db.Viewbox; 733Rect vb = db.Viewbox; 1339newBrush.Viewbox = currentBrush.Viewbox; 1424brush.Viewport = brush.Viewbox; 2898! Utility.IsValidViewbox(tileBrush.Viewbox, tileBrush.Stretch != Stretch.None) 3153drawingBrush.Viewbox = vb.Viewbox; 3190db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (4)
880drawingBrush.Viewbox, // absolute coordinates 912if (!drawingBrush.Viewbox.Contains(brushPrimitive.GetRectBounds(true))) 936drawingBrush.Viewbox, // absolute 1380Rect viewbox = tb.Viewbox; // absolute viewbox
AlphaFlattener\Utility.cs (2)
1609Rect viewbox = brush.Viewbox; 1736brush.Viewbox,