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