3 writes to _flags
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (3)
50_flags = 0; 58if (((_flags >>= 1) & 0x100) == 0) 61_flags = (((int)byte1) | 0xff00);
1 reference to _flags
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (1)
66if ((_flags & 1) != 0)