1 implementation of IComPropertyBrowser
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
23public partial class PropertyGrid : ContainerControl, IComPropertyBrowser, IPropertyNotifySink.Interface
7 references to IComPropertyBrowser
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (7)
1411event ComponentRenameEventHandler? IComPropertyBrowser.ComComponentNameChanged 2122bool IComPropertyBrowser.EnsurePendingChangesCommitted() 2252bool IComPropertyBrowser.InPropertySet => _gridView.InPropertySet; 2254void IComPropertyBrowser.DropDownDone() => _gridView.CloseDropDown(); 2256void IComPropertyBrowser.HandleF4() 2271void IComPropertyBrowser.SaveState(RegistryKey? key) 2285void IComPropertyBrowser.LoadState(RegistryKey? key)