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