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