25 writes to Viewbox
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (2)
904visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 968visualBrush.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()); 145visualBrush.Viewbox = new Rect(offset.X, offset.Y, width, height);
System\Windows\Controls\GridViewColumnHeader.cs (1)
850visualBrush.Viewbox = 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)
470tb.Viewbox = viewbox; 1342newBrush.Viewbox = currentBrush.Viewbox; 1416brush.Viewbox = drawing.Bounds; 2369ibnew.Viewbox = new Rect(0, 0, 1, 1); 3151drawingBrush.Viewbox = vb.Viewbox; 3188db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (1)
1416tb.Viewbox = content;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
555visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 612visualBrush.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)
666Rect vb = db.Viewbox; 733Rect vb = db.Viewbox; 1342newBrush.Viewbox = currentBrush.Viewbox; 1427brush.Viewport = brush.Viewbox; 2899! Utility.IsValidViewbox(tileBrush.Viewbox, tileBrush.Stretch != Stretch.None) 3151drawingBrush.Viewbox = vb.Viewbox; 3188db.Viewbox = ib.Viewbox;
AlphaFlattener\Primitive.cs (4)
877drawingBrush.Viewbox, // absolute coordinates 908if (!drawingBrush.Viewbox.Contains(brushPrimitive.GetRectBounds(true))) 932drawingBrush.Viewbox, // absolute 1382Rect viewbox = tb.Viewbox; // absolute viewbox
AlphaFlattener\Utility.cs (2)
1609Rect viewbox = brush.Viewbox; 1736brush.Viewbox,