10 references to _duceResource
PresentationCore (10)
Core\CSharp\System\Windows\Media\StreamGeometry.cs (10)
439
Debug.Assert(!skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel));
441
if (skipOnChannelCheck ||
_duceResource
.IsOnChannel(channel))
462
data.Handle =
_duceResource
.GetHandle(channel);
495
if (
_duceResource
.CreateOrAddRefOnChannel(this, channel, System.Windows.Media.Composition.DUCE.ResourceType.TYPE_PATHGEOMETRY))
504
return
_duceResource
.GetHandle(channel);
509
Debug.Assert(
_duceResource
.IsOnChannel(channel));
511
if (
_duceResource
.ReleaseOnChannel(channel))
521
return
_duceResource
.GetHandle(channel);
526
return
_duceResource
.GetChannelCount();
531
return
_duceResource
.GetChannel(index);