4 writes to ActiveDesigner
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
1159
ActiveDesigner
= value?.GetService<IDesignerHost>();
1812
ActiveDesigner
= null;
2338
ActiveDesigner
= null;
2343
ActiveDesigner
= e.NewDesigner;
8 references to ActiveDesigner
System.Windows.Forms (8)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
1095
object? designerKey =
ActiveDesigner
;
3578
_designerSelections.Remove(
ActiveDesigner
.GetHashCode());
3672
[MemberNotNullWhen(true, nameof(
ActiveDesigner
))]
3676
if (_designerSelections is null ||
ActiveDesigner
is null)
3681
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.