11 writes to Viewport
PresentationFramework (4)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
96tileBrush.Viewport = new Rect(0, 0, HatchBorderMargin, HatchBorderMargin);
src\Framework\System\Windows\Controls\ComboBox.cs (2)
920visualBrush.Viewport = new Rect(_clonedElement.RenderSize); 981visualBrush.Viewport = new Rect(_clonedElement.RenderSize);
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
168brush.Viewport = new Rect(0, 0, 3, 3);
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
77newBrush.Viewport = newBrush.Viewbox = new Rect(-width, 0, twiceWidth, height);
PresentationFramework.Classic (2)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
82newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 117newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
82newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 117newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
PresentationFramework.Royale (2)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (2)
82newBrush.Viewport = newBrush.Viewbox = new Rect(0, 0, width, height); 117newBrush.Viewport = newBrush.Viewbox = new Rect(left, 0, indeterminateWidth - left, height);
4 references to Viewport
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
255data.Viewport = Viewport;
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
255data.Viewport = Viewport;
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
287data.Viewport = Viewport;
Core\CSharp\System\Windows\Media\TileBrush.cs (1)
114Rect viewport = Viewport;