3 overrides of PrintToMetaFileRecursive
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Label.cs (1)
1619internal override void PrintToMetaFileRecursive(HandleRef hDC, IntPtr lParam, Rectangle bounds) {
winforms\Managed\System\WinForms\Panel.cs (1)
291internal override void PrintToMetaFileRecursive(HandleRef hDC, IntPtr lParam, Rectangle bounds) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2838internal override void PrintToMetaFileRecursive(HandleRef hDC, IntPtr lParam, Rectangle bounds) {
4 references to PrintToMetaFileRecursive
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (2)
10362PrintToMetaFileRecursive(hDC, lParam, new Rectangle(Point.Empty, this.Size)); 10394child.PrintToMetaFileRecursive(hDC, lParam, child.Bounds);
winforms\Managed\System\WinForms\Label.cs (1)
1620base.PrintToMetaFileRecursive(hDC, lParam, bounds);
winforms\Managed\System\WinForms\Panel.cs (1)
292base.PrintToMetaFileRecursive(hDC, lParam, bounds);