1 write to _owner
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
29_owner = owner;
28 references to _owner
PresentationCore (28)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (28)
37return _owner; 78iterate(_owner, 136_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 155return (AutomationProperties.GetAutomationId(_owner)); 161return (AutomationProperties.GetName(_owner)); 167return (AutomationProperties.GetHelpText(_owner)); 196PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 208Rect rectElement = _owner.Visual2DContentBounds; 210Rect rectRoot = PointUtil.ElementToRoot(rectElement, VisualTreeHelper.GetContainingVisual2D(_owner), presentationSource); 220IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 232bool isOffscreen = !_owner.IsVisible; 236UIElement containingUIElement = GetContainingUIElement(_owner); 251return !_owner.IsVisible; 283return AutomationProperties.GetItemType(_owner); 295return AutomationProperties.GetItemStatus(_owner); 301return AutomationProperties.GetIsRequiredForForm(_owner); 307return Keyboard.IsFocusable(_owner); 313return _owner.IsKeyboardFocused; 319return _owner.IsEnabled; 340return IncludeInvisibleElementsInControlView || _owner.IsVisible; 346UIElement element = AutomationProperties.GetLabeledBy(_owner); 356return AutomationProperties.GetAcceleratorKey(_owner); 362string result = AutomationProperties.GetAccessKey(_owner); 364return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 371return AutomationProperties.GetLiveSetting(_owner); 380return AutomationProperties.GetPositionInSet(_owner); 388return AutomationProperties.GetSizeOfSet(_owner); 415if (!_owner.Focus())