Implemented interface member:
method
Clear
System.Collections.IList.Clear()
8 references to Clear
System.Windows.Forms (8)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
640Links.Clear();
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (2)
175Label.Links.Clear(); 196Label.Links.Clear();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6007CreateNewLink.Links.Clear();
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (4)
457this.linkLblName.Links.Clear(); 458this.linkLblPublisher.Links.Clear(); 459this.linkLblFromUrl.Links.Clear(); 460this.linkLblMoreInformation.Links.Clear();