12 references to StaticType
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsStatic.cs (12)
23
private WindowsStatic (IntPtr hwnd, ProxyFragment parent,
StaticType
type, int style)
28
if (type ==
StaticType
.Text)
63
StaticType
type;
90
if (type ==
StaticType
.Unsupported)
149
if (_type ==
StaticType
.Text)
176
private static
StaticType
GetStaticTypeFromStyle(int style)
178
StaticType
staticType =
StaticType
.Unsupported;
182
staticType =
StaticType
.Icon;
186
staticType =
StaticType
.Bitmap;
204
staticType =
StaticType
.Text;
226
private
StaticType
_type;