4 instantiations of DCMapping
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
8711using DCMapping mapping = new(hDC, bounds); 8723using DCMapping clientMapping = new(hDC, clientBounds);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1355using DCMapping mapping = new(hDC, bounds);
System\Windows\Forms\Panels\Panel.cs (1)
232using DCMapping mapping = new(hDC, bounds);
4 references to DCMapping
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
8711using DCMapping mapping = new(hDC, bounds); 8723using DCMapping clientMapping = new(hDC, clientBounds);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1355using DCMapping mapping = new(hDC, bounds);
System\Windows\Forms\Panels\Panel.cs (1)
232using DCMapping mapping = new(hDC, bounds);