7 references to ThrowIfNullOrEmpty
System.Private.Windows.Core (1)
System\ArgumentValidation.cs (1)
25ThrowIfNullOrEmpty(argument, paramName);
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
617key.ThrowIfNullOrEmpty();
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (1)
78filename.ThrowIfNullOrEmpty();
System\Windows\Forms\OLE\Clipboard.cs (1)
476text.ThrowIfNullOrEmpty();
System\Windows\Forms\OLE\DataObject.cs (1)
255textData.ThrowIfNullOrEmpty();
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (2)
661textToDraw.ThrowIfNullOrEmpty(); 684textToDraw.ThrowIfNullOrEmpty();