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)
98
if (
Context
is not null)
100
canChange =
Context
.OnComponentChanging();
116
Context
!.OnComponentChanged();
System\Windows\Forms\Design\StyleEditorForm.cs (1)
96
_tableLayoutPanel =
Context
.Instance as TableLayoutPanel;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (3)
104
if (
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)
855
public new ITypeDescriptorContext Context => base.
Context
;