2 writes to _accessKey
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
588_accessKey = new Run(keyText); 718_accessKey = null;
7 references to _accessKey
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (7)
111return (_accessKey != null && _accessKey.Text.Length > 0) ? _accessKey.Text[0] : (char)0; 589_accessKey.Style = AccessKeyStyle; 593HasCustomSerializationStorage.SetValue(_accessKey, true); 603_accessKey.RepositionWithContent(underlineStart); 696string key = _accessKey.Text;