4 references to Create
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (4)
185
return item + 1 < count ? CreateStatusBarPane(item + 1) : (_fHasGrip ? StatusBarGrip.
Create
(_hwnd, this, -1) : null);
216
return Count > 0 ? CreateStatusBarPane(0) : (_fHasGrip ? StatusBarGrip.
Create
(_hwnd, this, GripItemID) : null);
225
return StatusBarGrip.
Create
(_hwnd, this, GripItemID);
252
ProxySimple grip = StatusBarGrip.
Create
(_hwnd, this, -1);