6 references to Pane
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1655
case AutomationControlType.
Pane
: controlType = ControlType.Pane; break;
Core\CSharp\System\Windows\Automation\Peers\GenericRootAutomationPeer.cs (1)
37
return AutomationControlType.
Pane
;
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\FixedPageAutomationPeer.cs (1)
34
return AutomationControlType.
Pane
;
src\Framework\System\Windows\Automation\Peers\FrameAutomationPeer.cs (1)
26
return AutomationControlType.
Pane
;
src\Framework\System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (1)
30
return AutomationControlType.
Pane
;
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (1)
34
return AutomationControlType.
Pane
;