3 references to NeedsModalEditorButton
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
264
return base.ShouldRenderReadOnly && !_isSerializeContentsProperty && !
NeedsModalEditorButton
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3675
bool needsCustomEditorButton = gridEntry.
NeedsModalEditorButton
;
4311
bool needsCustomEditorButton = gridEntry.
NeedsModalEditorButton
;