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