15 references to Custom
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboardAutomationPeer.cs (1)
32
=> AutomationControlType.
Custom
;
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1741
case AutomationControlType.
Custom
: controlType = ControlType.Custom; break;
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
91
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
143
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
163
return AutomationControlType.
Custom
;
PresentationFramework (10)
System\Windows\Automation\Peers\DataGridCellAutomationPeer.cs (1)
41
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
70
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
87
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
58
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\InkCanvasAutomationPeer.cs (1)
37
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\InkPresenterAutomationPeer.cs (1)
37
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\MediaElementAutomationPeer.cs (1)
28
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
45
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\UserControlAutomationPeer.cs (1)
30
return AutomationControlType.
Custom
;
System\Windows\Automation\Peers\Viewport3DAutomationPeer.cs (1)
28
return AutomationControlType.
Custom
;