5 writes to ActiveDesigner
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
1459this.ActiveDesigner = null; 1462this.ActiveDesigner = (IDesignerHost)value.GetService(typeof(IDesignerHost)); 2213this.ActiveDesigner = null; 2736this.ActiveDesigner = null; 2740this.ActiveDesigner = e.NewDesigner;
5 references to ActiveDesigner
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
1354object designerKey = ActiveDesigner; 4100if (!GetFlag(ReInitTab) && ActiveDesigner != null) { 4101int hashCode = ActiveDesigner.GetHashCode(); 5240if (owner.ActiveDesigner != null) { 5241s = owner.ActiveDesigner.GetService(serviceType);