2 writes to _accessKey
PresentationFramework (2)
src\Framework\System\Windows\Controls\AccessText.cs (2)
590_accessKey = new Run(keyText); 722_accessKey = null;
7 references to _accessKey
PresentationFramework (7)
src\Framework\System\Windows\Controls\AccessText.cs (7)
113return (_accessKey != null && _accessKey.Text.Length > 0) ? _accessKey.Text[0] : (char)0; 591_accessKey.Style = AccessKeyStyle; 595HasCustomSerializationStorage.SetValue(_accessKey, true); 605_accessKey.RepositionWithContent(underlineStart); 700string key = _accessKey.Text;