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