6 references to InkSerializedFormat
PresentationCore (3)
System\Windows\DataFormats.cs (2)
441
int inkServicesFrameworkFormatId = UnsafeNativeMethods.RegisterClipboardFormat(System.Windows.Ink.StrokeCollection.
InkSerializedFormat
);
445
_formatList.Add(new DataFormat(System.Windows.Ink.StrokeCollection.
InkSerializedFormat
,
System\Windows\dataobject.cs (1)
1563
if ( format == System.Windows.Ink.StrokeCollection.
InkSerializedFormat
)
PresentationFramework (3)
MS\Internal\Ink\ISFClipboardData.cs (3)
42
return dataObject.GetDataPresent(StrokeCollection.
InkSerializedFormat
, false);
75
dataObject.SetData(StrokeCollection.
InkSerializedFormat
, stream);
84
MemoryStream stream = dataObject.GetData(StrokeCollection.
InkSerializedFormat
) as MemoryStream;