3 references to Clear
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
670textBoxUserName.Clear();
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
5349EditTextBox.Clear();
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (1)
436public void Clear() { TextBox.Clear(); }