4 references to s_contentRootType
PresentationCore (4)
System\Windows\Media\CompositionTarget.cs (1)
63
bool resourceCreated = _contentRoot.CreateOrAddRefOnChannel(this, outOfBandChannel,
s_contentRootType
);
System\Windows\Media\HostVisual.cs (1)
262
bool created = _target._contentRoot.CreateOrAddRefOnChannel(this, channel, VisualTarget.
s_contentRootType
);
System\Windows\Media\VisualTarget.cs (2)
93
bool resourceCreated = _contentRoot.CreateOrAddRefOnChannel(this, outOfBandChannel,
s_contentRootType
);
95
_contentRoot.CreateOrAddRefOnChannel(this, channel,
s_contentRootType
);