6 references to Get
PresentationCore (6)
Graphics\include\exports.cs (6)
1679bool inmap = _map.Get(channel, out handle); 1706bool found = _map.Get(sourceChannel, out handle); 1714Debug.Assert(!(_map.Get(targetChannel, out duplicate))); 1744bool found = _map.Get(channel, out handle); 1767_map.Get(channel, out h); 1812bool found = _map.Get(channel, out handle);