12 references to StaticType
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
34
WindowsStatic (IntPtr hwnd, ProxyFragment parent,
StaticType
type, int style)
39
if (type ==
StaticType
.Text)
75
StaticType
type;
102
if (type ==
StaticType
.Unsupported)
162
if (_type ==
StaticType
.Text)
189
private static
StaticType
GetStaticTypeFromStyle(int style)
191
StaticType
staticType =
StaticType
.Unsupported;
195
staticType =
StaticType
.Icon;
199
staticType =
StaticType
.Bitmap;
217
staticType =
StaticType
.Text;
239
StaticType
_type;