3 writes to _designerHost
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
245
get =>
_designerHost
??= GetService<IDesignerHost>();
273
_designerHost
= null;
295
_designerHost
= value;
6 references to _designerHost
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (6)
248
if (value ==
_designerHost
)
254
if (
_designerHost
is not null)
256
if (
_designerHost
.TryGetService(out IComponentChangeService? changeService))
263
if (
_designerHost
.TryGetService(out IPropertyValueUIService? propertyValueService))
268
_designerHost
.TransactionOpened -= OnTransactionOpened;
269
_designerHost
.TransactionClosed -= OnTransactionClosed;