12 references to _map
PresentationCore (12)
Graphics\include\exports.cs (12)
1679bool inmap = _map.Get(channel, out handle); 1685_map.Set(channel, handle); 1706bool found = _map.Get(sourceChannel, out handle); 1714Debug.Assert(!(_map.Get(targetChannel, out duplicate))); 1720_map.Set(targetChannel, duplicate); 1744bool found = _map.Get(channel, out handle); 1752_map.Remove(channel); 1767_map.Get(channel, out h); 1791return !_map.IsEmpty(); 1797return _map.Count(); 1802return _map.Get(index) as DUCE.Channel; 1812bool found = _map.Get(channel, out handle);