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