2 references to GetEditStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3369
dropDown = editor.
GetEditStyle
() == UITypeEditorEditStyle.DropDown;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5615
if (ute != null && ute.
GetEditStyle
() == UITypeEditorEditStyle.DropDown) {