12 references to _map
PresentationCore (12)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (12)
1521bool inmap = _map.Get(channel, out handle); 1527_map.Set(channel, handle); 1548bool found = _map.Get(sourceChannel, out handle); 1556Debug.Assert(!(_map.Get(targetChannel, out duplicate))); 1562_map.Set(targetChannel, duplicate); 1586bool found = _map.Get(channel, out handle); 1594_map.Remove(channel); 1609_map.Get(channel, out h); 1633return !_map.IsEmpty(); 1639return _map.Count(); 1644return _map.Get(index) as DUCE.Channel; 1654bool found = _map.Get(channel, out handle);