7 references to OemText
PresentationCore (1)
System\Windows\DataFormats.cs (1)
86public static readonly string OemText = DataFormatNames.OemText;
System.Private.Windows.Core (5)
System\Private\Windows\Ole\ClipboardCore.cs (1)
283or DataFormatNames.OemText => typeof(string) == type,
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 (1)
150or OemText
System\Private\Windows\Ole\DataFormatsCore.cs (1)
153T.Create(DataFormatNames.OemText, (int)CLIPBOARD_FORMAT.CF_OEMTEXT),
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataFormats.cs (1)
64public static readonly string OemText = DataFormatNames.OemText;