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