32 references to IsOffscreenBehavior
PresentationCore (15)
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (5)
440typeof(IsOffscreenBehavior), 442new UIPropertyMetadata(IsOffscreenBehavior.Default)); 447public static void SetIsOffscreenBehavior(DependencyObject element, IsOffscreenBehavior value) 460public static IsOffscreenBehavior GetIsOffscreenBehavior(DependencyObject element) 467return ((IsOffscreenBehavior)element.GetValue(IsOffscreenBehaviorProperty));
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (2)
139IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 143case IsOffscreenBehavior.Onscreen :
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (4)
220IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 224case IsOffscreenBehavior.Onscreen : 227case IsOffscreenBehavior.Offscreen : 230case IsOffscreenBehavior.FromClip:
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (4)
256IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 260case IsOffscreenBehavior.Onscreen : 263case IsOffscreenBehavior.Offscreen : 266case IsOffscreenBehavior.FromClip:
PresentationFramework (17)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (3)
196IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 200case IsOffscreenBehavior.Onscreen : 203case IsOffscreenBehavior.Offscreen :
src\Framework\System\Windows\Automation\Peers\TextElementAutomationPeer.cs (3)
155IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(Owner); 159case IsOffscreenBehavior.Onscreen : 162case IsOffscreenBehavior.Offscreen :
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
38AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(DataGridCell), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
113AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\GroupItem.cs (1)
40AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(GroupItem), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
59AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(ListBoxItem), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\MenuItem.cs (1)
204AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(MenuItem), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
44AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
24AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(DataGridDetailsPresenter), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
134AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(DataGridRowHeader), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\Primitives\StatusBarItem.cs (1)
29AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(StatusBarItem), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\TabItem.cs (1)
64AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(TabItem), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
50AutomationProperties.IsOffscreenBehaviorProperty.OverrideMetadata(typeof(TreeViewItem), new FrameworkPropertyMetadata(IsOffscreenBehavior.FromClip));