1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
24_owner = owner;
16 references to _owner
PresentationCore (16)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (16)
32return _owner; 76_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 95return AutomationProperties.GetAutomationId(_owner); 103return AutomationProperties.GetName(_owner); 111return AutomationProperties.GetHelpText(_owner); 127IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 184return Keyboard.IsFocusable(_owner); 192return _owner.IsKeyboardFocused; 200return _owner.IsEnabled; 208return AutomationProperties.GetIsDialog(_owner); 256return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 264return AutomationProperties.GetLiveSetting(_owner); 273return AutomationProperties.GetPositionInSet(_owner); 282return AutomationProperties.GetSizeOfSet(_owner); 291return AutomationProperties.GetHeadingLevel(_owner); 307if (!_owner.Focus())