2 instantiations of WindowsSlider
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
56return new WindowsSlider(hwnd, null, idChild); 64WindowsSlider wtv = new WindowsSlider (hwnd, null, 0);
14 references to WindowsSlider
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
64new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsSlider.Create), "msctls_trackbar32"),
MS\Internal\AutomationProxies\WindowsSlider.cs (13)
64WindowsSlider wtv = new WindowsSlider (hwnd, null, 0); 369if ((WindowsSlider.SItem)item == WindowsSlider.SItem.Thumb) 392return _item != (int) WindowsSlider.SItem.Thumb && iid == InvokePattern.Pattern ? this : null; 400return GetBoundingRectangle (_hwnd, (WindowsSlider.SItem) _item, _fHorizontal); 438IntPtr wParam = (IntPtr) (_item == (int) WindowsSlider.SItem.LargeDecrement ? NativeMethods.VK_PRIOR : NativeMethods.VK_NEXT); 454internal static Rect GetBoundingRectangle (IntPtr hwnd, WindowsSlider.SItem item, bool fHorizontal) 497case WindowsSlider.SItem.LargeDecrement : 500case WindowsSlider.SItem.Thumb : 503case WindowsSlider.SItem.LargeIncrement : 514case WindowsSlider.SItem.LargeDecrement : 517case WindowsSlider.SItem.Thumb : 520case WindowsSlider.SItem.LargeIncrement :