1 write to _contextKeyword
System.Windows.Forms.Design (1)
System\ComponentModel\Design\SelectionService.cs (1)
262_contextKeyword = (short)Math.Min(count, s_selectionKeywords.Length - 1);
2 references to _contextKeyword
System.Windows.Forms.Design (2)
System\ComponentModel\Design\SelectionService.cs (2)
213helpService.RemoveContextAttribute("Selection", s_selectionKeywords[_contextKeyword]); 263helpService.AddContextAttribute("Selection", s_selectionKeywords[_contextKeyword], HelpKeywordType.FilterKeyword);