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