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