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)
695
helpService.
RemoveContextAttribute
("Keyword", $"Designer_{designer.GetType().FullName}");
System\ComponentModel\Design\SelectionService.cs (2)
206
helpService.
RemoveContextAttribute
("Keyword", helpContext);
213
helpService.
RemoveContextAttribute
("Selection", s_selectionKeywords[_contextKeyword]);
System\Windows\Forms\Design\DocumentDesigner.cs (1)
1172
hs.
RemoveContextAttribute
("Keyword", types[i]);
System\Windows\Forms\Design\TabOrder.cs (1)
175
hs?.
RemoveContextAttribute
("Keyword", "TabOrderView");