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