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