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