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