9 references to Context
System.Windows.Forms.Design (8)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
748_propertyGrid.Site = new PropertyGridSite(Context, _propertyGrid);
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (3)
98if (Context is not null) 100canChange = Context.OnComponentChanging(); 116Context!.OnComponentChanged();
System\Windows\Forms\Design\StyleEditorForm.cs (1)
96_tableLayoutPanel = Context.Instance as TableLayoutPanel;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (3)
104if (Context is not null && Context.Instance is TreeView view) 411_propertyGrid1.Site = new PropertyGridSite(Context, _propertyGrid1);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionFormTests.cs (1)
855public new ITypeDescriptorContext Context => base.Context;