1 write to _accessKeyIndex
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\OptionPageSearchHandler.cs (1)
33_accessKeyIndex = _originalContent.IndexOf('_');
9 references to _accessKeyIndex
Microsoft.VisualStudio.LanguageServices.Implementation (9)
Options\OptionPageSearchHandler.cs (9)
45if (_accessKeyIndex != -1) 48AccessKeyManager.Unregister(_content[_accessKeyIndex].ToString(), _control); 55if (_accessKeyIndex != -1) 58AccessKeyManager.Register(_content[_accessKeyIndex].ToString(), _control); 88if (_accessKeyIndex >= start && _accessKeyIndex < start + length) 90var firstPartLength = _accessKeyIndex - start; 96textBlock.Inlines.Add(CreateRun(_accessKeyIndex, 1, highlight, underline: true)); 99textBlock.Inlines.Add(CreateRun(_accessKeyIndex + 1, lastPartLength, highlight, underline: false));