2 writes to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
582
_data
+= 2;
600
_data
|= 0x01;
2 references to _data
PresentationCore (2)
System\Windows\Media\VisualCollection.cs (2)
571
return
_data
>> 1;
591
return (
_data
& 0x01) == 0x01;