5 references to EqualsToValue
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (1)
64
if (_editor.
EqualsToValue
(((SelectorNode)SelectedNode).value))
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ObjectSelectorEditorTests.cs (4)
93
Assert.Equal(expected, editor.
EqualsToValue
(value));
101
Assert.True(editor.
EqualsToValue
("value"));
102
Assert.False(editor.
EqualsToValue
("other value"));
103
Assert.False(editor.
EqualsToValue
(null));