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