2 writes to _data
PresentationCore (2)
Core\CSharp\System\Windows\Media\VisualCollection.cs (2)
627
_data
+= 2;
645
_data
|= 0x01;
2 references to _data
PresentationCore (2)
Core\CSharp\System\Windows\Media\VisualCollection.cs (2)
616
return
_data
>> 1;
636
return (
_data
& 0x01) == 0x01;