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