6 references to RemoveContextAttribute
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5121_helpService.RemoveContextAttribute("Keyword", temp.HelpKeyword);
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerHost.cs (1)
695helpService.RemoveContextAttribute("Keyword", $"Designer_{designer.GetType().FullName}");
System\ComponentModel\Design\SelectionService.cs (2)
206helpService.RemoveContextAttribute("Keyword", helpContext); 213helpService.RemoveContextAttribute("Selection", s_selectionKeywords[_contextKeyword]);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1172hs.RemoveContextAttribute("Keyword", types[i]);
System\Windows\Forms\Design\TabOrder.cs (1)
175hs?.RemoveContextAttribute("Keyword", "TabOrderView");