1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
19_owner = owner;
38 references to _owner
PresentationCore (38)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (38)
27return _owner; 62iterate(_owner, 140_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 160return (AutomationProperties.GetAutomationId(_owner)); 166return (AutomationProperties.GetName(_owner)); 172return (AutomationProperties.GetHelpText(_owner)); 178PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 190Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 191Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 201PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 213Rect rectElement = CalculateVisibleBoundingRect(_owner); 214Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 224IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 236bool isOffscreen = !_owner.IsVisible; 240Rect boundingRect = CalculateVisibleBoundingRect(_owner); 251return !_owner.IsVisible; 310return AutomationProperties.GetItemType(_owner); 322return AutomationProperties.GetItemStatus(_owner); 328return AutomationProperties.GetIsRequiredForForm(_owner); 334return Keyboard.IsFocusable(_owner); 340return _owner.IsKeyboardFocused; 346return _owner.IsEnabled; 352return AutomationProperties.GetIsDialog(_owner); 373return IncludeInvisibleElementsInControlView || _owner.IsVisible; 379UIElement element = AutomationProperties.GetLabeledBy(_owner); 389return AutomationProperties.GetAcceleratorKey(_owner); 395string result = AutomationProperties.GetAccessKey(_owner); 397return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 404return AutomationProperties.GetLiveSetting(_owner); 414int positionInSet = AutomationProperties.GetPositionInSet(_owner); 420UIElement element = _owner.PositionAndSizeOfSetController; 449int sizeOfSet = AutomationProperties.GetSizeOfSet(_owner); 455UIElement element = _owner.PositionAndSizeOfSetController; 483return AutomationProperties.GetHeadingLevel(_owner); 495PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 507Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 508Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 520if (!_owner.Focus())