1 instantiation of SIZE
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (1)
52NativeMethods.SIZE size = new NativeMethods.SIZE(0, 0);
16 references to SIZE
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (3)
48internal NativeMethods.SIZE Size (int iPartId, int iStateId) 52NativeMethods.SIZE size = new NativeMethods.SIZE(0, 0); 201private static extern unsafe IntPtr GetThemePartSize(SafeThemeHandle hTheme, IntPtr hdc, int iPartId, int iStateId, IntPtr prc, int eSize, NativeMethods.SIZE* psz);
MS\Internal\AutomationProxies\Misc.cs (1)
547internal static int GetTextExtentPoint32(IntPtr hdc, string text, int length, out NativeMethods.SIZE size)
MS\Internal\AutomationProxies\WindowsEditBox.cs (4)
597NativeMethods.SIZE size; 722NativeMethods.SIZE size; 781NativeMethods.SIZE size; 844private int GetTextExtentPoint32(string text, out NativeMethods.SIZE size)
MS\Internal\AutomationProxies\WindowsGrip.cs (3)
52NativeMethods.SIZE sizeGrip = GetGripSize(_hwnd, false); 95NativeMethods.SIZE sizeGrip = GetGripSize(hwnd, onStatusBar); 121internal static NativeMethods.SIZE GetGripSize(IntPtr hwnd, bool onStatusBar)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
456NativeMethods.SIZE sizeArrow;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
307NativeMethods.SIZE sizeArrow; 398NativeMethods.SIZE sizeArrow;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
804NativeMethods.SIZE sizeGrip = WindowsGrip.GetGripSize(hwnd, true);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
75public static extern int GetTextExtentPoint32(IntPtr hdc, [MarshalAs(UnmanagedType.LPWStr)]string lpString, int cbString, out NativeMethods.SIZE lpSize);