12 references to _map
PresentationCore (12)
Graphics\include\exports.cs (12)
1679
bool inmap =
_map
.Get(channel, out handle);
1685
_map
.Set(channel, handle);
1706
bool found =
_map
.Get(sourceChannel, out handle);
1714
Debug.Assert(!(
_map
.Get(targetChannel, out duplicate)));
1720
_map
.Set(targetChannel, duplicate);
1744
bool found =
_map
.Get(channel, out handle);
1752
_map
.Remove(channel);
1767
_map
.Get(channel, out h);
1791
return !
_map
.IsEmpty();
1797
return
_map
.Count();
1802
return
_map
.Get(index) as DUCE.Channel;
1812
bool found =
_map
.Get(channel, out handle);