1 instantiation of TITLEBARINFOEX
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1201ti = new UnsafeNativeMethods.TITLEBARINFOEX();
3 references to TITLEBARINFOEX
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (2)
1199internal static bool ProxyGetTitleBarInfoEx(IntPtr hwnd, out UnsafeNativeMethods.TITLEBARINFOEX ti) 2064UnsafeNativeMethods.TITLEBARINFOEX ti;
MS\Win32\UnsafeNativeMethods.cs (1)
172internal static extern IntPtr SendMessageTimeout(IntPtr hwnd, int uMsg, IntPtr wParam, ref UnsafeNativeMethods.TITLEBARINFOEX lParam, int flags, int uTimeout, out IntPtr result);