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