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