6 references to Get
PresentationCore (6)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (6)
1521bool inmap = _map.Get(channel, out handle); 1548bool found = _map.Get(sourceChannel, out handle); 1556Debug.Assert(!(_map.Get(targetChannel, out duplicate))); 1586bool found = _map.Get(channel, out handle); 1609_map.Get(channel, out h); 1654bool found = _map.Get(channel, out handle);