5 references to Custom
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
1730case AutomationControlType.Custom: controlType = ControlType.Custom; break; 2094if (this._childrenValid? (this.AncestorsInvalid || (ControlType.Custom == this.GetControlType())) : (notifyStructureChanged || notifyPropertyChanged))
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
272new 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;