2 instantiations of WindowsSlider
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
55return new WindowsSlider(hwnd, null, idChild); 63WindowsSlider wtv = new WindowsSlider (hwnd, null, 0);
14 references to WindowsSlider
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\Main.cs (1)
63new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsSlider.Create), "msctls_trackbar32"),
MS\Internal\AutomationProxies\WindowsSlider.cs (13)
63WindowsSlider wtv = new WindowsSlider (hwnd, null, 0); 368if ((WindowsSlider.SItem)item == WindowsSlider.SItem.Thumb) 391return _item != (int) WindowsSlider.SItem.Thumb && iid == InvokePattern.Pattern ? this : null; 399return GetBoundingRectangle (_hwnd, (WindowsSlider.SItem) _item, _fHorizontal); 437IntPtr wParam = (IntPtr) (_item == (int) WindowsSlider.SItem.LargeDecrement ? NativeMethods.VK_PRIOR : NativeMethods.VK_NEXT); 453internal static Rect GetBoundingRectangle (IntPtr hwnd, WindowsSlider.SItem item, bool fHorizontal) 496case WindowsSlider.SItem.LargeDecrement : 499case WindowsSlider.SItem.Thumb : 502case WindowsSlider.SItem.LargeIncrement : 513case WindowsSlider.SItem.LargeDecrement : 516case WindowsSlider.SItem.Thumb : 519case WindowsSlider.SItem.LargeIncrement :