8 references to Html
PresentationCore (2)
System\Windows\DataFormats.cs (2)
121public static readonly string Html = DataFormatNames.Html; 162TextDataFormat.Html => DataFormatNames.Html,
System.Private.Windows.Core (4)
System\Private\Windows\Ole\ClipboardCore.cs (1)
282or DataFormatNames.Html
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
277DataFormatNames.Html or DataFormatNames.Xaml
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
108DataFormatNames.Html or DataFormatNames.Xaml => ReadUtf8StringFromHGLOBAL(hglobal),
System\Private\Windows\Ole\DataFormatNames.cs (1)
149or Html
System.Windows.Forms (2)
System\Windows\Forms\OLE\DataFormats.cs (1)
100public static readonly string Html = DataFormatNames.Html;
System\Windows\Forms\OLE\DataObject.cs (1)
284TextDataFormat.Html => DataFormatNames.Html,