1 write to _owner
PresentationCore (1)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
23_owner = owner;
16 references to _owner
PresentationCore (16)
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (16)
31return _owner; 75_synchronizedInputPattern = new SynchronizedInputAdaptor(_owner); 94return AutomationProperties.GetAutomationId(_owner); 102return AutomationProperties.GetName(_owner); 110return AutomationProperties.GetHelpText(_owner); 126IsOffscreenBehavior behavior = AutomationProperties.GetIsOffscreenBehavior(_owner); 183return Keyboard.IsFocusable(_owner); 191return _owner.IsKeyboardFocused; 199return _owner.IsEnabled; 207return AutomationProperties.GetIsDialog(_owner); 255return AccessKeyManager.InternalGetAccessKeyCharacter(_owner); 263return AutomationProperties.GetLiveSetting(_owner); 272return AutomationProperties.GetPositionInSet(_owner); 281return AutomationProperties.GetSizeOfSet(_owner); 290return AutomationProperties.GetHeadingLevel(_owner); 306if (!_owner.Focus())