1 write to _ownerPropertyGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridServiceProvider.cs (1)
20
_ownerPropertyGrid
= ownerPropertyGrid;
3 references to _ownerPropertyGrid
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridServiceProvider.cs (3)
25
object? service =
_ownerPropertyGrid
.ActiveDesigner?.GetService(serviceType);
26
service ??=
_ownerPropertyGrid
._gridView.GetService(serviceType);
27
service ??=
_ownerPropertyGrid
.Site?.GetService(serviceType);