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, 136_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 156return (AutomationProperties.GetAutomationId(_owner)); 162return (AutomationProperties.GetName(_owner)); 168return (AutomationProperties.GetHelpText(_owner)); 174PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 186Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 187Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 197PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 209Rect rectElement = CalculateVisibleBoundingRect(_owner); 210Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 220IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 232bool isOffscreen = !_owner.IsVisible; 236Rect boundingRect = CalculateVisibleBoundingRect(_owner); 247return !_owner.IsVisible; 306return AutomationProperties.GetItemType(_owner); 318return AutomationProperties.GetItemStatus(_owner); 324return AutomationProperties.GetIsRequiredForForm(_owner); 330return Keyboard.IsFocusable(_owner); 336return _owner.IsKeyboardFocused; 342return _owner.IsEnabled; 348return AutomationProperties.GetIsDialog(_owner); 369return IncludeInvisibleElementsInControlView || _owner.IsVisible; 375UIElement element = AutomationProperties.GetLabeledBy(_owner); 385return AutomationProperties.GetAcceleratorKey(_owner); 391string result = AutomationProperties.GetAccessKey(_owner); 393return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 400return AutomationProperties.GetLiveSetting(_owner); 410int positionInSet = AutomationProperties.GetPositionInSet(_owner); 416UIElement element = _owner.PositionAndSizeOfSetController; 445int sizeOfSet = AutomationProperties.GetSizeOfSet(_owner); 451UIElement element = _owner.PositionAndSizeOfSetController; 479return AutomationProperties.GetHeadingLevel(_owner); 491PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 503Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 504Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 516if (!_owner.Focus())