18 references to Custom
PresentationCore (4)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1647case AutomationControlType.Custom: controlType = ControlType.Custom; break;
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
99return AutomationControlType.Custom;
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
149return AutomationControlType.Custom;
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
174return AutomationControlType.Custom;
PresentationFramework (10)
src\Framework\System\Windows\Automation\Peers\DataGridCellAutomationPeer.cs (1)
40return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
73return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
89return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
55return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\InkCanvasAutomationPeer.cs (1)
34return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\InkPresenterAutomationPeer.cs (1)
34return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\MediaElementAutomationPeer.cs (1)
25return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\TableCellAutomationPeer.cs (1)
47return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\UserControlAutomationPeer.cs (1)
26return AutomationControlType.Custom;
src\Framework\System\Windows\Automation\Peers\Viewport3DAutomationPeer.cs (1)
25return AutomationControlType.Custom;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
443return AutomationControlType.Custom;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
755return AutomationControlType.Custom;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
922return AutomationControlType.Custom;
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
1075return AutomationControlType.Custom;