4 references to SetSelection
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (2)
162if (SetSelection(value, treeNodes[i].Nodes)) 181SetSelection(value, Nodes);
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ObjectSelectorEditorTests.cs (2)
112Assert.True(underTest.SetSelection("value", null)); 113Assert.False(underTest.SetSelection("other value", null));