6 references to InkSerializedFormat
PresentationCore (3)
Core\CSharp\System\Windows\DataFormats.cs (2)
476int inkServicesFrameworkFormatId = UnsafeNativeMethods.RegisterClipboardFormat(System.Windows.Ink.StrokeCollection.InkSerializedFormat); 480_formatList.Add(new DataFormat(System.Windows.Ink.StrokeCollection.InkSerializedFormat,
Core\CSharp\System\Windows\DataObject.cs (1)
1886if ( format == System.Windows.Ink.StrokeCollection.InkSerializedFormat )
PresentationFramework (3)
src\Framework\MS\Internal\Ink\ISFClipboardData.cs (3)
49return dataObject.GetDataPresent(StrokeCollection.InkSerializedFormat, false); 89dataObject.SetData(StrokeCollection.InkSerializedFormat, stream); 103MemoryStream stream = dataObject.GetData(StrokeCollection.InkSerializedFormat) as MemoryStream;