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