1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
21_owner = owner;
30 references to _owner
PresentationCore (30)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (30)
29return _owner; 64iterate(_owner, 122_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 141return (AutomationProperties.GetAutomationId(_owner)); 147return (AutomationProperties.GetName(_owner)); 153return (AutomationProperties.GetHelpText(_owner)); 176PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 188Rect rectElement = _owner.Visual2DContentBounds; 190Rect rectRoot = PointUtil.ElementToRoot(rectElement, VisualTreeHelper.GetContainingVisual2D(_owner), presentationSource); 200IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 212bool isOffscreen = !_owner.IsVisible; 216UIElement containingUIElement = GetContainingUIElement(_owner); 231return !_owner.IsVisible; 263return AutomationProperties.GetItemType(_owner); 275return AutomationProperties.GetItemStatus(_owner); 281return AutomationProperties.GetIsRequiredForForm(_owner); 287return Keyboard.IsFocusable(_owner); 293return _owner.IsKeyboardFocused; 299return _owner.IsEnabled; 305return AutomationProperties.GetIsDialog(_owner); 326return IncludeInvisibleElementsInControlView || _owner.IsVisible; 332UIElement element = AutomationProperties.GetLabeledBy(_owner); 342return AutomationProperties.GetAcceleratorKey(_owner); 348string result = AutomationProperties.GetAccessKey(_owner); 350return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 357return AutomationProperties.GetLiveSetting(_owner); 366return AutomationProperties.GetPositionInSet(_owner); 374return AutomationProperties.GetSizeOfSet(_owner); 383return AutomationProperties.GetHeadingLevel(_owner); 409if (!_owner.Focus())