5 references to Custom
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
1730
case AutomationControlType.Custom: controlType = ControlType.
Custom
; break;
2094
if (this._childrenValid? (this.AncestorsInvalid || (ControlType.
Custom
== this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged))
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
272
new AutomationPropertyInfo( convertToControlType, AutomationElement.ControlTypeProperty, typeof(ControlType), ControlType.
Custom
),
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
75
_cControlType = ControlType.
Custom
;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
33
_cControlType = ControlType.
Custom
;