4 references to s_contentRootType
PresentationCore (4)
Core\CSharp\System\Windows\Media\CompositionTarget.cs (1)
94bool resourceCreated = _contentRoot.CreateOrAddRefOnChannel(this, outOfBandChannel, s_contentRootType);
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
274bool created = _target._contentRoot.CreateOrAddRefOnChannel(this, channel, VisualTarget.s_contentRootType);
Core\CSharp\System\Windows\Media\VisualTarget.cs (2)
105bool resourceCreated = _contentRoot.CreateOrAddRefOnChannel(this, outOfBandChannel, s_contentRootType); 107_contentRoot.CreateOrAddRefOnChannel(this, channel, s_contentRootType);