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