4 references to GetPaintValueSupported
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.Flags.cs (1)
22/// The current <see cref="UITypeEditor"/> returned true for <see cref="UITypeEditor.GetPaintValueSupported()"/>.
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
222if (item.Editor is not null && item.Editor.GetPaintValueSupported()) 596if (item.Editor is not null && item.Editor.GetPaintValueSupported())
System.Windows.Forms.Tests (1)
System\Drawing\Design\UITypeEditorTests.cs (1)
94Assert.Equal(result, mockEditor.Object.GetPaintValueSupported());