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