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