2 writes to _head
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
261_head = new Proxy(); 265_head = _tail[count - 2];
21 references to _head
PresentationCore (21)
System\Windows\Media\VisualProxy.cs (21)
59return _head.Channel == null ? 0 : 1; 117return !_head.Handle.IsNull; 143if (_head.Channel == null) 154_head.Channel = channel; 155_head.Flags = VisualProxyFlags.None; 159ref _head.Handle, 220ref _head.Handle, 251if (channel.ReleaseOnChannel(_head.Handle)) 351return _head.Channel; 394return _head.Handle; 435return _head.Flags; 473_head.Flags = 474value ? (_head.Flags | flags) : (_head.Flags & ~flags); 492if (_head.Channel != null) 494_head.Flags = 495value ? (_head.Flags | flags) : (_head.Flags & ~flags); 512if (_head.Channel != null) 514if ((_head.Flags & conjunctionFlags) != conjunctionFlags) 543if (_head.Channel == channel)