12 references to StaticType
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
27WindowsStatic (IntPtr hwnd, ProxyFragment parent, StaticType type, int style) 32if (type == StaticType.Text) 67StaticType type; 94if (type == StaticType.Unsupported) 154if (_type == StaticType.Text) 181private static StaticType GetStaticTypeFromStyle(int style) 183StaticType staticType = StaticType.Unsupported; 187staticType = StaticType.Icon; 191staticType = StaticType.Bitmap; 209staticType = StaticType.Text; 231StaticType _type;