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)
49
Debug.Assert(!
_contentRoot
.IsOnChannel(channel));
52
Debug.Assert(!
_contentRoot
.IsOnChannel(outOfBandChannel));
62
bool resourceCreated =
_contentRoot
.CreateOrAddRefOnChannel(this, outOfBandChannel, s_contentRootType);
64
_contentRoot
.DuplicateHandle(outOfBandChannel, channel);
82
if (
_contentRoot
.IsOnChannel(channel))
84
_contentRoot
.ReleaseOnChannel(channel);
87
if (
_contentRoot
.IsOnChannel(outOfBandChannel))
89
_contentRoot
.ReleaseOnChannel(outOfBandChannel);
427
rc.Initialize(channel,
_contentRoot
.GetHandle(channel));
466
if (_rootVisual != null &&
_contentRoot
.IsOnChannel(channel))
502
_contentRoot
.GetHandle(channel),
System\Windows\Media\HostVisual.cs (8)
208
targetsHandle = _target.
_contentRoot
.DuplicateHandle(_target.OutOfBandChannel, (DUCE.Channel)channel);
259
Debug.Assert(_target.
_contentRoot
.IsOnChannel(channel));
261
bool created = _target.
_contentRoot
.CreateOrAddRefOnChannel(this, channel, VisualTarget.s_contentRootType);
263
targetsHandle = _target.
_contentRoot
.GetHandle(channel);
394
_target.
_contentRoot
.GetHandle(channel),
395
_target.
_contentRoot
);
413
targetHandle: _target.
_contentRoot
.GetHandle(channel),
414
contentRoot: _target.
_contentRoot
,
System\Windows\Media\VisualTarget.cs (5)
92
bool resourceCreated =
_contentRoot
.CreateOrAddRefOnChannel(this, outOfBandChannel, s_contentRootType);
94
_contentRoot
.CreateOrAddRefOnChannel(this, channel, s_contentRootType);
195
_contentRoot
.ReleaseOnChannel(channel);
197
if (
_contentRoot
.IsOnChannel(outOfBandChannel))
199
_contentRoot
.ReleaseOnChannel(outOfBandChannel);