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)
222
if (item.Editor is not null && item.Editor.
GetPaintValueSupported
())
596
if (item.Editor is not null && item.Editor.
GetPaintValueSupported
())
System.Windows.Forms.Tests (1)
System\Drawing\Design\UITypeEditorTests.cs (1)
94
Assert.Equal(result, mockEditor.Object.
GetPaintValueSupported
());