2 instantiations of HDC
WindowsBase (2)
Shared\MS\Win32\NativeMethodsOther.cs (2)
1416
HDC hTemp = new
HDC
();
1433
HDC hTemp = new
HDC
();
9 references to HDC
WindowsBase (9)
Shared\MS\Win32\NativeMethodsOther.cs (9)
1414
public static
HDC
Cast(IntPtr h)
1416
HDC
hTemp = new HDC();
1429
public static
HDC
NULL
1433
HDC
hTemp = new HDC();
1457
public static extern Int32 EndDoc(
HDC
hdc);
1499
public static unsafe extern Int32 ExtEscape(
HDC
hdc, Int32 nEscape, Int32 cbInput, PrinterEscape* lpvInData, Int32 cbOutput, [Out] void* lpvOutData);
1531
public unsafe static extern Int32 StartDoc(
HDC
hdc, ref DocInfo docInfo);
1569
public static extern Int32 EndPage(
HDC
hdc);
1581
public static extern Int32 StartPage(
HDC
hdc);