6 references to CreateOrAddRefOnChannel
PresentationCore (6)
Core\CSharp\System\Windows\Media\Animation\AnimationClockResource.cs (1)
156
if (_duceResource.
CreateOrAddRefOnChannel
(this, channel, ResourceType))
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
74
if (_duceResource.
CreateOrAddRefOnChannel
(this, channel, ResourceType))
Core\CSharp\System\Windows\Media\CompositionTarget.cs (1)
94
bool resourceCreated = _contentRoot.
CreateOrAddRefOnChannel
(this, outOfBandChannel, s_contentRootType);
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
274
bool created = _target._contentRoot.
CreateOrAddRefOnChannel
(this, channel, VisualTarget.s_contentRootType);
Core\CSharp\System\Windows\Media\VisualTarget.cs (2)
105
bool resourceCreated = _contentRoot.
CreateOrAddRefOnChannel
(this, outOfBandChannel, s_contentRootType);
107
_contentRoot.
CreateOrAddRefOnChannel
(this, channel, s_contentRootType);