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)
213
helpService.RemoveContextAttribute("Selection", s_selectionKeywords[
_contextKeyword
]);
263
helpService.AddContextAttribute("Selection", s_selectionKeywords[
_contextKeyword
], HelpKeywordType.FilterKeyword);