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