1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
28_owner = owner;
16 references to _owner
PresentationCore (16)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (16)
36return _owner; 80_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 99return AutomationProperties.GetAutomationId(_owner); 107return AutomationProperties.GetName(_owner); 115return AutomationProperties.GetHelpText(_owner); 131IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 188return Keyboard.IsFocusable(_owner); 196return _owner.IsKeyboardFocused; 204return _owner.IsEnabled; 212return AutomationProperties.GetIsDialog(_owner); 260return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 268return AutomationProperties.GetLiveSetting(_owner); 277return AutomationProperties.GetPositionInSet(_owner); 286return AutomationProperties.GetSizeOfSet(_owner); 295return AutomationProperties.GetHeadingLevel(_owner); 311if (!_owner.Focus())