2 writes to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
596
_data
+= 2;
614
_data
|= 0x01;
2 references to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
585
return
_data
>> 1;
605
return (
_data
& 0x01) == 0x01;