2 instantiations of PropertyGrid
WinFormsControlsTest (2)
MainForm.cs (2)
118new InitInfo("PropertyGrid", (obj, e) => new PropertyGrid(new UserControlWithObjectCollectionEditor()).Show(this)) 126new InitInfo("FontNameEditor", (obj, e) => new PropertyGrid(new UserControlWithFontNameEditor()).Show(this))
1 reference to PropertyGrid
WinFormsControlsTest (1)
Dialogs.ExposedClientGuidMetadata.cs (1)
11/// Changes the <see cref="ClientGuid"/> metadata to be configurable in the <see cref="PropertyGrid"/> used