6 references to InkSerializedFormat
PresentationCore (3)
Core\CSharp\System\Windows\DataFormats.cs (2)
476
int 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)
1886
if ( format == System.Windows.Ink.StrokeCollection.
InkSerializedFormat
)
PresentationFramework (3)
src\Framework\MS\Internal\Ink\ISFClipboardData.cs (3)
49
return dataObject.GetDataPresent(StrokeCollection.
InkSerializedFormat
, false);
89
dataObject.SetData(StrokeCollection.
InkSerializedFormat
, stream);
103
MemoryStream stream = dataObject.GetData(StrokeCollection.
InkSerializedFormat
) as MemoryStream;