2 instantiations of GuidList
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
310
GuidList guidList = new
GuidList
();
2118
GuidList guidList = new
GuidList
();
30 references to GuidList
PresentationCore (30)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (6)
305
internal static uint EncodeAsISF(Guid id, byte[] data, Stream strm,
GuidList
guidList, byte compressionAlgorithm, bool fTag)
308
uint cbSize =
GuidList
.GetDataSizeIfKnownGuid(id);
404
internal static uint DecodeAsISF(Stream stream, uint cbSize,
GuidList
guidList, KnownTagCache.KnownTagIndex tag, ref Guid guid, out object data)
434
uint size =
GuidList
.GetDataSizeIfKnownGuid(guid);
719
internal static uint EncodeAsISF(ExtendedPropertyCollection attributes, Stream stream,
GuidList
guidList, byte compressionAlgorithm, bool fTag)
754
if (0 ==
GuidList
.FindKnownTag(attribute.Id))
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (10)
111
internal static uint DecodeAsISF(Stream stream,
GuidList
guidList, uint maximumStreamSize, DrawingAttributes da)
174
uint ropSize =
GuidList
.GetDataSizeIfKnownGuid(KnownIds.RasterOperation);
446
internal static uint EncodeAsISF(DrawingAttributes da, Stream stream,
GuidList
guidList, byte compressionAlgorithm, bool fTag)
472
private static void PersistDrawingFlags(DrawingAttributes da, Stream stream,
GuidList
guidList, ref uint cbData, ref BinaryWriter bw)
490
private static void PersistColorAndTransparency(DrawingAttributes da, Stream stream,
GuidList
guidList, ref uint cbData, ref BinaryWriter bw)
523
private static void PersistRasterOperation(DrawingAttributes da, Stream stream,
GuidList
guidList, ref uint cbData, ref BinaryWriter bw)
529
uint ropSize =
GuidList
.GetDataSizeIfKnownGuid(KnownIds.RasterOperation);
555
private static void PersistExtendedProperties(DrawingAttributes da, Stream stream,
GuidList
guidList, ref uint cbData, ref BinaryWriter bw, byte compressionAlgorithm, bool fTag)
592
private static void PersistStylusTip(DrawingAttributes da, Stream stream,
GuidList
guidList, ref uint cbData, ref BinaryWriter bw)
619
private static void PersistWidthHeight(DrawingAttributes da, Stream stream,
GuidList
guidList, ref uint cbData, ref BinaryWriter bw)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (10)
310
GuidList
guidList = new GuidList();
812
private uint LoadDrawAttrsTable(Stream strm,
GuidList
guidList, uint cbSize)
1556
private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block,
GuidList
guidList)
1691
GuidList
guidList = BuildGuidList();
1867
private void StoreStrokeData(Stream localStream,
GuidList
guidList, ref uint cumulativeEncodedSize, ref uint localEncodedSize)
2116
private
GuidList
BuildGuidList()
2118
GuidList
guidList = new GuidList();
2143
private void BuildStrokeGuidList(Stroke stroke,
GuidList
guidList)
2442
private uint SerializeDrawingAttrsTable(Stream stream,
GuidList
guidList)
2523
private void BuildTables(
GuidList
guidList)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (4)
48
GuidList
guidList,
126
GuidList
guidList,
659
GuidList
guidList,
681
GuidList
guidList,