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)
1559
if ( format == System.Windows.Ink.StrokeCollection.
InkSerializedFormat
)
PresentationFramework (3)
MS\Internal\Ink\ISFClipboardData.cs (3)
42
return dataObject.GetDataPresent(StrokeCollection.
InkSerializedFormat
, false);
72
dataObject.SetData(StrokeCollection.
InkSerializedFormat
, stream);
79
MemoryStream stream = dataObject.GetData(StrokeCollection.
InkSerializedFormat
) as MemoryStream;