2 references to 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))