25 writes to Viewbox
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (2)
897Viewbox = new Rect(_clonedElement.RenderSize), 964visualBrush.Viewbox = new Rect(_clonedElement.RenderSize);
System\Windows\Controls\DataGridColumnFloatingHeader.cs (3)
48brush.Viewbox = new Rect(viewBox.X, viewBox.Y, width - header.GetVisualCanvasMarginX(), viewBox.Height); 75brush.Viewbox = new Rect(viewBox.X, viewBox.Y, viewBox.Width, height - header.GetVisualCanvasMarginY()); 146visualBrush.Viewbox = new Rect(offset.X, offset.Y, width, height);
System\Windows\Controls\GridViewColumnHeader.cs (1)
840Viewbox = new Rect(offsetVector.X, offsetVector.Y, FloatSourceHeader.ActualWidth, FloatSourceHeader.ActualHeight)
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
70newBrush.Viewport = newBrush.Viewbox = new Rect(-width, 0, twiceWidth, height);
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
70newBrush.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)
65newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 100newBrush.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)
65newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 100newBrush.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)
65newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 100newBrush.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)
65newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 100newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (6)
471tb.Viewbox = viewbox; 1340newBrush.Viewbox = currentBrush.Viewbox; 1414brush.Viewbox = drawing.Bounds; 2368ibnew.Viewbox = new Rect(0, 0, 1, 1); 3154drawingBrush.Viewbox = vb.Viewbox; 3191db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (1)
1417tb.Viewbox = content;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
555Viewbox = new Rect(_clonedElement.RenderSize), 615visualBrush.Viewbox = new Rect(_clonedElement.RenderSize);
19 references to Viewbox
PresentationCore (4)
System\Windows\Media\Generated\DrawingBrush.cs (1)
216data.Viewbox = Viewbox;
System\Windows\Media\Generated\ImageBrush.cs (1)
216data.Viewbox = Viewbox;
System\Windows\Media\Generated\VisualBrush.cs (1)
253data.Viewbox = Viewbox;
System\Windows\Media\TileBrush.cs (1)
97Rect viewbox = Viewbox;
PresentationFramework (2)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
47Rect viewBox = brush.Viewbox; 74Rect viewBox = brush.Viewbox;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (7)
667Rect vb = db.Viewbox; 734Rect vb = db.Viewbox; 1340newBrush.Viewbox = currentBrush.Viewbox; 1425brush.Viewport = brush.Viewbox; 2899! Utility.IsValidViewbox(tileBrush.Viewbox, tileBrush.Stretch != Stretch.None) 3154drawingBrush.Viewbox = vb.Viewbox; 3191db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (4)
881drawingBrush.Viewbox, // absolute coordinates 913if (!drawingBrush.Viewbox.Contains(brushPrimitive.GetRectBounds(true))) 937drawingBrush.Viewbox, // absolute 1381Rect viewbox = tb.Viewbox; // absolute viewbox
AlphaFlattener\Utility.cs (2)
1610Rect viewbox = brush.Viewbox; 1737brush.Viewbox,