4 writes to ActiveDesigner
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
1204
ActiveDesigner
= value?.GetService<IDesignerHost>();
1857
ActiveDesigner
= null;
2386
ActiveDesigner
= null;
2391
ActiveDesigner
= e.NewDesigner;
8 references to ActiveDesigner
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1140
object? designerKey =
ActiveDesigner
;
3626
_designerSelections.Remove(
ActiveDesigner
.GetHashCode());
3720
[MemberNotNullWhen(true, nameof(
ActiveDesigner
))]
3724
if (_designerSelections is null ||
ActiveDesigner
is null)
3729
int 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"/>,
25
object? 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.