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