1 instantiation of Matrix
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
225Matrix m = new();
3 references to Matrix
System.Drawing (1)
System.Drawing.cs (1)
43[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.Matrix))]
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
225Matrix m = new();
System\Windows\Forms\Rendering\ControlPaint.cs (1)
459Matrix transform = textureBrush.Transform;