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)
25object? service = _ownerPropertyGrid.ActiveDesigner?.GetService(serviceType); 26service ??= _ownerPropertyGrid._gridView.GetService(serviceType); 27service ??= _ownerPropertyGrid.Site?.GetService(serviceType);