2 writes to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
586
_data
+= 2;
604
_data
|= 0x01;
2 references to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
575
return
_data
>> 1;
595
return (
_data
& 0x01) == 0x01;