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