6 references to Get
PresentationCore (6)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (6)
1503bool inmap = _map.Get(channel, out handle); 1530bool found = _map.Get(sourceChannel, out handle); 1538Debug.Assert(!(_map.Get(targetChannel, out duplicate))); 1568bool found = _map.Get(channel, out handle); 1591_map.Get(channel, out h); 1636bool found = _map.Get(channel, out handle);