12 references to _map
PresentationCore (12)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (12)
1503bool inmap = _map.Get(channel, out handle); 1509_map.Set(channel, handle); 1530bool found = _map.Get(sourceChannel, out handle); 1538Debug.Assert(!(_map.Get(targetChannel, out duplicate))); 1544_map.Set(targetChannel, duplicate); 1568bool found = _map.Get(channel, out handle); 1576_map.Remove(channel); 1591_map.Get(channel, out h); 1615return !_map.IsEmpty(); 1621return _map.Count(); 1626return _map.Get(index) as DUCE.Channel; 1636bool found = _map.Get(channel, out handle);