1 instantiation of SIZE
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (1)
53NativeMethods.SIZE size = new NativeMethods.SIZE(0, 0);
16 references to SIZE
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (3)
49internal NativeMethods.SIZE Size (int iPartId, int iStateId) 53NativeMethods.SIZE size = new NativeMethods.SIZE(0, 0); 202private static unsafe extern IntPtr GetThemePartSize(SafeThemeHandle hTheme, IntPtr hdc, int iPartId, int iStateId, IntPtr prc, int eSize, NativeMethods.SIZE* psz);
MS\Internal\AutomationProxies\Misc.cs (1)
564internal static int GetTextExtentPoint32(IntPtr hdc, string text, int length, out NativeMethods.SIZE size)
MS\Internal\AutomationProxies\WindowsEditBox.cs (4)
663NativeMethods.SIZE size; 786NativeMethods.SIZE size; 845NativeMethods.SIZE size; 908private int GetTextExtentPoint32(string text, out NativeMethods.SIZE size)
MS\Internal\AutomationProxies\WindowsGrip.cs (3)
67NativeMethods.SIZE sizeGrip = GetGripSize(_hwnd, false); 110NativeMethods.SIZE sizeGrip = GetGripSize(hwnd, onStatusBar); 136internal static NativeMethods.SIZE GetGripSize(IntPtr hwnd, bool onStatusBar)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
475NativeMethods.SIZE sizeArrow;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
317NativeMethods.SIZE sizeArrow; 408NativeMethods.SIZE sizeArrow;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
818NativeMethods.SIZE sizeGrip = WindowsGrip.GetGripSize(hwnd, true);
parent\parent\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
96public static extern int GetTextExtentPoint32(IntPtr hdc, [MarshalAs(UnmanagedType.LPWStr)]string lpString, int cbString, out NativeMethods.SIZE lpSize);