1 write to _owner
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
29_owner = owner;
36 references to _owner
PresentationCore (36)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (36)
37return _owner; 78iterate(_owner, 160_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 180return (AutomationProperties.GetAutomationId(_owner)); 186return (AutomationProperties.GetName(_owner)); 192return (AutomationProperties.GetHelpText(_owner)); 204PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 216Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 217Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 233PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 245Rect rectElement = CalculateVisibleBoundingRect(_owner); 246Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 256IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 268bool isOffscreen = !_owner.IsVisible; 272Rect boundingRect = CalculateVisibleBoundingRect(_owner); 283return !_owner.IsVisible; 342return AutomationProperties.GetItemType(_owner); 354return AutomationProperties.GetItemStatus(_owner); 360return AutomationProperties.GetIsRequiredForForm(_owner); 366return Keyboard.IsFocusable(_owner); 372return _owner.IsKeyboardFocused; 378return _owner.IsEnabled; 399return IncludeInvisibleElementsInControlView || _owner.IsVisible; 405UIElement element = AutomationProperties.GetLabeledBy(_owner); 415return AutomationProperties.GetAcceleratorKey(_owner); 421string result = AutomationProperties.GetAccessKey(_owner); 423return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 430return AutomationProperties.GetLiveSetting(_owner); 440int positionInSet = AutomationProperties.GetPositionInSet(_owner); 446UIElement element = _owner.PositionAndSizeOfSetController; 475int sizeOfSet = AutomationProperties.GetSizeOfSet(_owner); 481UIElement element = _owner.PositionAndSizeOfSetController; 518PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 530Rect rectElement = new Rect(new Point(0, 0), _owner.RenderSize); 531Rect rectRoot = PointUtil.ElementToRoot(rectElement, _owner, presentationSource); 543if (!_owner.Focus())