3 writes to _flags
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (3)
49_flags = 0; 57if (((_flags >>= 1) & 0x100) == 0) 60_flags = (((int)byte1) | 0xff00);
1 reference to _flags
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\LZCodec.cs (1)
65if ((_flags & 1) != 0)