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