25 writes to Viewbox
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (2)
914visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 978visualBrush.Viewbox = new Rect(_clonedElement.RenderSize);
System\Windows\Controls\DataGridColumnFloatingHeader.cs (3)
52brush.Viewbox = new Rect(viewBox.X, viewBox.Y, width - header.GetVisualCanvasMarginX(), viewBox.Height); 79brush.Viewbox = new Rect(viewBox.X, viewBox.Y, viewBox.Width, height - header.GetVisualCanvasMarginY()); 149visualBrush.Viewbox = new Rect(offset.X, offset.Y, width, height);
System\Windows\Controls\GridViewColumnHeader.cs (1)
854visualBrush.Viewbox = new Rect(offsetVector.X, offsetVector.Y, FloatSourceHeader.ActualWidth, FloatSourceHeader.ActualHeight);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
72newBrush.Viewport = newBrush.Viewbox = new Rect(-width, 0, twiceWidth, height);
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
72newBrush.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)
67newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 102newBrush.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)
67newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 102newBrush.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)
67newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 102newBrush.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)
67newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 102newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (6)
474tb.Viewbox = viewbox; 1346newBrush.Viewbox = currentBrush.Viewbox; 1420brush.Viewbox = drawing.Bounds; 2373ibnew.Viewbox = new Rect(0, 0, 1, 1); 3155drawingBrush.Viewbox = vb.Viewbox; 3192db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (1)
1421tb.Viewbox = content;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
557visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 614visualBrush.Viewbox = new Rect(_clonedElement.RenderSize);
19 references to Viewbox
PresentationCore (4)
System\Windows\Media\Generated\DrawingBrush.cs (1)
244data.Viewbox = Viewbox;
System\Windows\Media\Generated\ImageBrush.cs (1)
244data.Viewbox = Viewbox;
System\Windows\Media\Generated\VisualBrush.cs (1)
280data.Viewbox = Viewbox;
System\Windows\Media\TileBrush.cs (1)
106Rect viewbox = Viewbox;
PresentationFramework (2)
System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
51Rect viewBox = brush.Viewbox; 78Rect viewBox = brush.Viewbox;
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (7)
670Rect vb = db.Viewbox; 737Rect vb = db.Viewbox; 1346newBrush.Viewbox = currentBrush.Viewbox; 1431brush.Viewport = brush.Viewbox; 2903! Utility.IsValidViewbox(tileBrush.Viewbox, tileBrush.Stretch != Stretch.None) 3155drawingBrush.Viewbox = vb.Viewbox; 3192db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (4)
882drawingBrush.Viewbox, // absolute coordinates 913if (!drawingBrush.Viewbox.Contains(brushPrimitive.GetRectBounds(true))) 937drawingBrush.Viewbox, // absolute 1387Rect viewbox = tb.Viewbox; // absolute viewbox
AlphaFlattener\Utility.cs (2)
1620Rect viewbox = brush.Viewbox; 1747brush.Viewbox,