3 overrides of PrintToMetaFileRecursive
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1351
private protected override void
PrintToMetaFileRecursive
(HDC hDC, IntPtr lParam, Rectangle bounds)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2652
private protected override void
PrintToMetaFileRecursive
(HDC hDC, IntPtr lParam, Rectangle bounds)
System\Windows\Forms\Panels\Panel.cs (1)
228
private protected override void
PrintToMetaFileRecursive
(HDC hDC, IntPtr lParam, Rectangle bounds)
4 references to PrintToMetaFileRecursive
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
8699
PrintToMetaFileRecursive
(hDC, lParam, new Rectangle(Point.Empty, Size));
8730
child.
PrintToMetaFileRecursive
(hDC, lParam, child.Bounds);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1353
base.
PrintToMetaFileRecursive
(hDC, lParam, bounds);
System\Windows\Forms\Panels\Panel.cs (1)
230
base.
PrintToMetaFileRecursive
(hDC, lParam, bounds);