1 write to Transform
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
239glyphGraphics.Transform = m;
10 references to Transform
System.Drawing.Common (3)
System\Drawing\Graphics.cs (1)
444/// This is a more performant alternative to <see cref="Transform"/> that does not need disposal.
System\Drawing\Icon.cs (2)
366using Matrix transform = graphics.Transform; 382using Matrix transform = graphics.Transform;
System.Windows.Forms (7)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
1051else if (_links[0].VisualRegion?.GetRegionScans(e.GraphicsInternal.Transform) is { } regionRectangles 1317&& link.VisualRegion.GetRegionScans(g.Transform) is { } regionRectangles && regionRectangles.Length > 0)
System\Windows\Forms\Input\Cursor.cs (2)
253targetRect.X += (int)graphics.Transform.OffsetX; 254targetRect.Y += (int)graphics.Transform.OffsetY;
System\Windows\Forms\Rendering\DrawItemEventArgs.cs (1)
152/// <see cref="Graphics.Clip"/> or <see cref="Graphics.Transform"/>.
System\Windows\Forms\Rendering\TextRenderer.cs (2)
641|| graphics.Transform is null 642|| graphics.Transform.IsIdentity,