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