1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
28_owner = owner;
38 references to _owner
PresentationCore (38)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (38)
36return _owner; 71iterate(_owner, 149_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 169return (AutomationProperties.GetAutomationId(_owner)); 175return (AutomationProperties.GetName(_owner)); 181return (AutomationProperties.GetHelpText(_owner)); 187PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 199Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 200Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 210PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 222Rect rectElement = CalculateVisibleBoundingRect(_owner); 223Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 233IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 245bool isOffscreen = !_owner.IsVisible; 249Rect boundingRect = CalculateVisibleBoundingRect(_owner); 260return !_owner.IsVisible; 319return AutomationProperties.GetItemType(_owner); 331return AutomationProperties.GetItemStatus(_owner); 337return AutomationProperties.GetIsRequiredForForm(_owner); 343return Keyboard.IsFocusable(_owner); 349return _owner.IsKeyboardFocused; 355return _owner.IsEnabled; 361return AutomationProperties.GetIsDialog(_owner); 382return IncludeInvisibleElementsInControlView || _owner.IsVisible; 388UIElement element = AutomationProperties.GetLabeledBy(_owner); 398return AutomationProperties.GetAcceleratorKey(_owner); 404string result = AutomationProperties.GetAccessKey(_owner); 406return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 413return AutomationProperties.GetLiveSetting(_owner); 423int positionInSet = AutomationProperties.GetPositionInSet(_owner); 429UIElement element = _owner.PositionAndSizeOfSetController; 458int sizeOfSet = AutomationProperties.GetSizeOfSet(_owner); 464UIElement element = _owner.PositionAndSizeOfSetController; 492return AutomationProperties.GetHeadingLevel(_owner); 504PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 516Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 517Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 529if (!_owner.Focus())