2 writes to _accessKey
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
590_accessKey = new Run(keyText) 722_accessKey = null;
6 references to _accessKey
PresentationFramework (6)
System\Windows\Controls\AccessText.cs (6)
111return (_accessKey != null && _accessKey.Text.Length > 0) ? _accessKey.Text[0] : (char)0; 597HasCustomSerializationStorage.SetValue(_accessKey, true); 607_accessKey.RepositionWithContent(underlineStart); 700string key = _accessKey.Text;