2 writes to _head
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
260_head = new Proxy(); 264_head = _tail[count - 2];
21 references to _head
PresentationCore (21)
System\Windows\Media\VisualProxy.cs (21)
58return _head.Channel == null ? 0 : 1; 116return !_head.Handle.IsNull; 142if (_head.Channel == null) 153_head.Channel = channel; 154_head.Flags = VisualProxyFlags.None; 158ref _head.Handle, 219ref _head.Handle, 250if (channel.ReleaseOnChannel(_head.Handle)) 350return _head.Channel; 393return _head.Handle; 434return _head.Flags; 472_head.Flags = 473value ? (_head.Flags | flags) : (_head.Flags & ~flags); 491if (_head.Channel != null) 493_head.Flags = 494value ? (_head.Flags | flags) : (_head.Flags & ~flags); 511if (_head.Channel != null) 513if ((_head.Flags & conjunctionFlags) != conjunctionFlags) 542if (_head.Channel == channel)