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