4 references to ProgrammaticName
UIAutomationClient (4)
System\Windows\Automation\Automation.cs (2)
93
string full = property.
ProgrammaticName
.Split('.')[1]; // remove portion before the ".", leaving just "NameProperty" or similar
106
string full = pattern.
ProgrammaticName
;
System\Windows\Automation\ItemContainerPattern.cs (1)
141
throw new ArgumentException(SR.Format(SR.PropertyConditionIncorrectType, property.
ProgrammaticName
, expectedType.Name));
System\Windows\Automation\PropertyCondition.cs (1)
139
throw new ArgumentException(SR.Format(SR.PropertyConditionIncorrectType, property.
ProgrammaticName
, expectedType.Name));