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