4 references to Base64HeaderBytes
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (4)
102
int isfBase64PrefixLength =
Base64HeaderBytes
.Length;
2115
if (data.Length <
Base64HeaderBytes
.Length)
2120
for (int x = 0; x <
Base64HeaderBytes
.Length; x++)
2122
if ((byte)data.ReadByte() !=
Base64HeaderBytes
[x])