10 references to String
PresentationCore (1)
System\Windows\DataFormats.cs (1)
137public static readonly string StringFormat = DataFormatNames.String;
System.Private.Windows.Core (8)
System\Private\Windows\Ole\ClipboardCore.cs (1)
336or DataFormatNames.String
System\Private\Windows\Ole\DataFormatNames.cs (7)
84formats.Add(String); 88formats.Add(String); 91case String: 124formats.Add(String); 129formats.Add(String); 132else if (string.Equals(format, String, StringComparison.OrdinalIgnoreCase)) 154or String
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataFormats.cs (1)
116public static readonly string StringFormat = DataFormatNames.String;