2 writes to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
610
_data
+= 2;
628
_data
|= 0x01;
2 references to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
599
return
_data
>> 1;
619
return (
_data
& 0x01) == 0x01;