4 references to Type
UIAutomationClient (4)
System\Windows\Automation\Text\TextRange.cs (4)
198
if (value.GetType() != ai.
Type
)
200
throw new ArgumentException(SR.Get(SRID.TextAttributeValueWrongType, attribute, ai.
Type
.Name, value.GetType().Name), "value");
256
if (ai.
Type
.IsEnum && obj is int)
259
obj = Enum.ToObject(ai.
Type
, (int)obj);