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