4 references to Type
UIAutomationClient (4)
System\Windows\Automation\Text\TextRange.cs (4)
187if (value.GetType() != ai.Type) 189throw new ArgumentException(SR.Format(SR.TextAttributeValueWrongType, attribute, ai.Type.Name, value.GetType().Name), "value"); 245if (ai.Type.IsEnum && obj is int) 248obj = Enum.ToObject(ai.Type, (int)obj);