2 writes to _head
PresentationCore (2)
System\Windows\Media\VisualProxy.cs (2)
269_head = new Proxy(); 273_head = _tail[count - 2];
21 references to _head
PresentationCore (21)
System\Windows\Media\VisualProxy.cs (21)
67return _head.Channel == null ? 0 : 1; 125return !_head.Handle.IsNull; 151if (_head.Channel == null) 162_head.Channel = channel; 163_head.Flags = VisualProxyFlags.None; 167ref _head.Handle, 228ref _head.Handle, 259if (channel.ReleaseOnChannel(_head.Handle)) 359return _head.Channel; 402return _head.Handle; 443return _head.Flags; 481_head.Flags = 482value ? (_head.Flags | flags) : (_head.Flags & ~flags); 500if (_head.Channel != null) 502_head.Flags = 503value ? (_head.Flags | flags) : (_head.Flags & ~flags); 520if (_head.Channel != null) 522if ((_head.Flags & conjunctionFlags) != conjunctionFlags) 551if (_head.Channel == channel)