1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
29_owner = owner;
30 references to _owner
PresentationCore (30)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (30)
37return _owner; 72iterate(_owner, 130_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 149return (AutomationProperties.GetAutomationId(_owner)); 155return (AutomationProperties.GetName(_owner)); 161return (AutomationProperties.GetHelpText(_owner)); 184PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 196Rect rectElement = _owner.Visual2DContentBounds; 198Rect rectRoot = PointUtil.ElementToRoot(rectElement, VisualTreeHelper.GetContainingVisual2D(_owner), presentationSource); 208IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 220bool isOffscreen = !_owner.IsVisible; 224UIElement containingUIElement = GetContainingUIElement(_owner); 239return !_owner.IsVisible; 271return AutomationProperties.GetItemType(_owner); 283return AutomationProperties.GetItemStatus(_owner); 289return AutomationProperties.GetIsRequiredForForm(_owner); 295return Keyboard.IsFocusable(_owner); 301return _owner.IsKeyboardFocused; 307return _owner.IsEnabled; 313return AutomationProperties.GetIsDialog(_owner); 334return IncludeInvisibleElementsInControlView || _owner.IsVisible; 340UIElement element = AutomationProperties.GetLabeledBy(_owner); 350return AutomationProperties.GetAcceleratorKey(_owner); 356string result = AutomationProperties.GetAccessKey(_owner); 358return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 365return AutomationProperties.GetLiveSetting(_owner); 374return AutomationProperties.GetPositionInSet(_owner); 382return AutomationProperties.GetSizeOfSet(_owner); 391return AutomationProperties.GetHeadingLevel(_owner); 417if (!_owner.Focus())