27 references to _contentRoot
PresentationCore (27)
System\Windows\InterOp\HwndTarget.cs (3)
760_contentRoot.GetHandle(channel), 790_contentRoot.GetHandle(channel), 1692_contentRoot.GetHandle(channel),
System\Windows\Media\CompositionTarget.cs (11)
49Debug.Assert(!_contentRoot.IsOnChannel(channel)); 52Debug.Assert(!_contentRoot.IsOnChannel(outOfBandChannel)); 62bool resourceCreated = _contentRoot.CreateOrAddRefOnChannel(this, outOfBandChannel, s_contentRootType); 64_contentRoot.DuplicateHandle(outOfBandChannel, channel); 82if (_contentRoot.IsOnChannel(channel)) 84_contentRoot.ReleaseOnChannel(channel); 87if (_contentRoot.IsOnChannel(outOfBandChannel)) 89_contentRoot.ReleaseOnChannel(outOfBandChannel); 427rc.Initialize(channel, _contentRoot.GetHandle(channel)); 466if (_rootVisual != null && _contentRoot.IsOnChannel(channel)) 502_contentRoot.GetHandle(channel),
System\Windows\Media\HostVisual.cs (8)
208targetsHandle = _target._contentRoot.DuplicateHandle(_target.OutOfBandChannel, (DUCE.Channel)channel); 259Debug.Assert(_target._contentRoot.IsOnChannel(channel)); 261bool created = _target._contentRoot.CreateOrAddRefOnChannel(this, channel, VisualTarget.s_contentRootType); 263targetsHandle = _target._contentRoot.GetHandle(channel); 394_target._contentRoot.GetHandle(channel), 395_target._contentRoot); 413targetHandle: _target._contentRoot.GetHandle(channel), 414contentRoot: _target._contentRoot,
System\Windows\Media\VisualTarget.cs (5)
92bool resourceCreated = _contentRoot.CreateOrAddRefOnChannel(this, outOfBandChannel, s_contentRootType); 94_contentRoot.CreateOrAddRefOnChannel(this, channel, s_contentRootType); 195_contentRoot.ReleaseOnChannel(channel); 197if (_contentRoot.IsOnChannel(outOfBandChannel)) 199_contentRoot.ReleaseOnChannel(outOfBandChannel);