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