4 references to Type
UIAutomationClient (4)
System\Windows\Automation\Text\TextRange.cs (4)
183
if (value.GetType() != ai.
Type
)
185
throw new ArgumentException(SR.Format(SR.TextAttributeValueWrongType, attribute, ai.
Type
.Name, value.GetType().Name), nameof(value));
241
if (ai.
Type
.IsEnum && obj is int)
244
obj = Enum.ToObject(ai.
Type
, (int)obj);