3 references to GetControlType
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
667ControlType controlType = GetControlType(); 2105if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged)) 2485private static object GetControlType(AutomationPeer peer) { ControlType controlType = peer.GetControlType(); return controlType.Id; }