4 writes to ActiveDesigner
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
1204ActiveDesigner = value?.GetService<IDesignerHost>(); 1857ActiveDesigner = null; 2386ActiveDesigner = null; 2391ActiveDesigner = e.NewDesigner;
8 references to ActiveDesigner
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1140object? designerKey = ActiveDesigner; 3626_designerSelections.Remove(ActiveDesigner.GetHashCode()); 3720[MemberNotNullWhen(true, nameof(ActiveDesigner))] 3724if (_designerSelections is null || ActiveDesigner is null) 3729int hashCode = ActiveDesigner.GetHashCode();
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridServiceProvider.cs (2)
11/// Service provider that searches the <see cref="ActiveDesigner"/>, then the <see cref="PropertyGridView"/>, 25object? service = _ownerPropertyGrid.ActiveDesigner?.GetService(serviceType);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
237/// <see cref="PropertyGrid"/> will update this when <see cref="PropertyGrid.ActiveDesigner"/> is set.