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