2 instantiations of PropertyGrid
WinFormsControlsTest (2)
MainForm.cs (2)
118
new InitInfo("PropertyGrid", (obj, e) => new
PropertyGrid
(new UserControlWithObjectCollectionEditor()).Show(this))
126
new 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