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