11 references to Text
System.Private.Windows.Core (11)
System\Private\Windows\Ole\ClipboardCore.cs (1)
278DataFormatNames.Text
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
275DataFormatNames.Text or DataFormatNames.Rtf or DataFormatNames.OemText
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
106DataFormatNames.Text or DataFormatNames.Rtf or DataFormatNames.OemText =>
System\Private\Windows\Ole\DataFormatNames.cs (7)
83case Text: 89formats.Add(Text); 92formats.Add(Text); 122if (string.Equals(format, Text, StringComparison.OrdinalIgnoreCase)) 130formats.Add(Text); 134formats.Add(Text); 146internal static bool IsPredefinedFormat(string format) => format is Text
System\Private\Windows\Ole\DataFormatsCore.cs (1)
147T.Create(DataFormatNames.Text, (int)CLIPBOARD_FORMAT.CF_TEXT),