3 references to NeedsCustomEditorButton
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
369if (!this.isSerializeContentsProp && !base.NeedsCustomEditorButton) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3860bool fBtnDialog = gridEntry.NeedsCustomEditorButton; 4416bool fBtnDialog = gridEntry.NeedsCustomEditorButton;