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