1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
18_owner = owner;
38 references to _owner
PresentationCore (38)
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (38)
26return _owner; 61iterate(_owner, 139_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 159return (AutomationProperties.GetAutomationId(_owner)); 165return (AutomationProperties.GetName(_owner)); 171return (AutomationProperties.GetHelpText(_owner)); 177PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 189Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 190Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 200PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 212Rect rectElement = CalculateVisibleBoundingRect(_owner); 213Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 223IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 235bool isOffscreen = !_owner.IsVisible; 239Rect boundingRect = CalculateVisibleBoundingRect(_owner); 250return !_owner.IsVisible; 309return AutomationProperties.GetItemType(_owner); 321return AutomationProperties.GetItemStatus(_owner); 327return AutomationProperties.GetIsRequiredForForm(_owner); 333return Keyboard.IsFocusable(_owner); 339return _owner.IsKeyboardFocused; 345return _owner.IsEnabled; 351return AutomationProperties.GetIsDialog(_owner); 372return IncludeInvisibleElementsInControlView || _owner.IsVisible; 378UIElement element = AutomationProperties.GetLabeledBy(_owner); 388return AutomationProperties.GetAcceleratorKey(_owner); 394string result = AutomationProperties.GetAccessKey(_owner); 396return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 403return AutomationProperties.GetLiveSetting(_owner); 413int positionInSet = AutomationProperties.GetPositionInSet(_owner); 419UIElement element = _owner.PositionAndSizeOfSetController; 448int sizeOfSet = AutomationProperties.GetSizeOfSet(_owner); 454UIElement element = _owner.PositionAndSizeOfSetController; 482return AutomationProperties.GetHeadingLevel(_owner); 494PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 506Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 507Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 519if (!_owner.Focus())