14 references to Custom
PresentationCore (4)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1729case AutomationControlType.Custom: controlType = ControlType.Custom; break;
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
86return AutomationControlType.Custom;
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
134return AutomationControlType.Custom;
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
153return AutomationControlType.Custom;
PresentationFramework (10)
System\Windows\Automation\Peers\DataGridCellAutomationPeer.cs (1)
37return AutomationControlType.Custom;
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
63return AutomationControlType.Custom;
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
84return AutomationControlType.Custom;
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
46return AutomationControlType.Custom;
System\Windows\Automation\Peers\InkCanvasAutomationPeer.cs (1)
25return AutomationControlType.Custom;
System\Windows\Automation\Peers\InkPresenterAutomationPeer.cs (1)
25return AutomationControlType.Custom;
System\Windows\Automation\Peers\MediaElementAutomationPeer.cs (1)
25return AutomationControlType.Custom;
System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
44return AutomationControlType.Custom;
System\Windows\Automation\Peers\UserControlAutomationPeer.cs (1)
24return AutomationControlType.Custom;
System\Windows\Automation\Peers\Viewport3DAutomationPeer.cs (1)
25return AutomationControlType.Custom;