1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
20_owner = owner;
30 references to _owner
PresentationCore (30)
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (30)
28return _owner; 63iterate(_owner, 121_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 140return (AutomationProperties.GetAutomationId(_owner)); 146return (AutomationProperties.GetName(_owner)); 152return (AutomationProperties.GetHelpText(_owner)); 175PresentationSource presentationSource = PresentationSource.CriticalFromVisual(_owner); 187Rect rectElement = _owner.Visual2DContentBounds; 189Rect rectRoot = PointUtil.ElementToRoot(rectElement, VisualTreeHelper.GetContainingVisual2D(_owner), presentationSource); 199IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 211bool isOffscreen = !_owner.IsVisible; 215UIElement containingUIElement = GetContainingUIElement(_owner); 230return !_owner.IsVisible; 262return AutomationProperties.GetItemType(_owner); 274return AutomationProperties.GetItemStatus(_owner); 280return AutomationProperties.GetIsRequiredForForm(_owner); 286return Keyboard.IsFocusable(_owner); 292return _owner.IsKeyboardFocused; 298return _owner.IsEnabled; 304return AutomationProperties.GetIsDialog(_owner); 325return IncludeInvisibleElementsInControlView || _owner.IsVisible; 331UIElement element = AutomationProperties.GetLabeledBy(_owner); 341return AutomationProperties.GetAcceleratorKey(_owner); 347string result = AutomationProperties.GetAccessKey(_owner); 349return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 356return AutomationProperties.GetLiveSetting(_owner); 365return AutomationProperties.GetPositionInSet(_owner); 373return AutomationProperties.GetSizeOfSet(_owner); 382return AutomationProperties.GetHeadingLevel(_owner); 408if (!_owner.Focus())