7 references to Pane
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1736
case AutomationControlType.
Pane
: controlType = ControlType.Pane; break;
System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (1)
32
return AutomationControlType.
Pane
;
PresentationFramework (4)
System\Windows\Automation\Peers\FixedPageAutomationPeer.cs (1)
25
return AutomationControlType.
Pane
;
System\Windows\Automation\Peers\FrameAutomationPeer.cs (1)
25
return AutomationControlType.
Pane
;
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
28
return AutomationControlType.
Pane
;
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
29
return AutomationControlType.
Pane
;
WindowsFormsIntegration (1)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (1)
27
return AutomationControlType.
Pane
;