1 instantiation of TITLEBARINFO
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1198ti = new UnsafeNativeMethods.TITLEBARINFO();
8 references to TITLEBARINFO
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\Misc.cs (3)
1196internal static bool ProxyGetTitleBarInfo(IntPtr hwnd, out UnsafeNativeMethods.TITLEBARINFO ti) 1242UnsafeNativeMethods.TITLEBARINFO ti; 2006UnsafeNativeMethods.TITLEBARINFO tiDL;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
833UnsafeNativeMethods.TITLEBARINFO ti; 1279UnsafeNativeMethods.TITLEBARINFO ti;
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
210UnsafeNativeMethods.TITLEBARINFO ti; 231UnsafeNativeMethods.TITLEBARINFO ti;
MS\Win32\UnsafeNativeMethods.cs (1)
279public static extern bool GetTitleBarInfo(IntPtr hwnd, ref TITLEBARINFO pti);