1 write to Transform
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
239
glyphGraphics.
Transform
= m;
5 references to Transform
System.Windows.Forms (5)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1063
else if (_links[0].VisualRegion?.GetRegionScans(e.GraphicsInternal.
Transform
) is { } regionRectangles
1329
&& link.VisualRegion.GetRegionScans(g.
Transform
) is { } regionRectangles && regionRectangles.Length > 0)
System\Windows\Forms\Input\Cursor.cs (2)
253
targetRect.X += (int)graphics.
Transform
.OffsetX;
254
targetRect.Y += (int)graphics.
Transform
.OffsetY;
System\Windows\Forms\Rendering\DrawItemEventArgs.cs (1)
152
/// <see cref="Graphics.Clip"/> or <see cref="Graphics.
Transform
"/>.