3 writes to _designerHost
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (3)
245get => _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)
248if (value == _designerHost) 254if (_designerHost is not null) 256if (_designerHost.TryGetService(out IComponentChangeService? changeService)) 263if (_designerHost.TryGetService(out IPropertyValueUIService? propertyValueService)) 268_designerHost.TransactionOpened -= OnTransactionOpened; 269_designerHost.TransactionClosed -= OnTransactionClosed;