5 references to IsOnAnyChannel
PresentationCore (5)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
1734
if (_compositionTarget.
IsOnAnyChannel
)
2337
if (!_compositionTarget.
IsOnAnyChannel
)
Core\CSharp\System\Windows\Media\Animation\AnimationClockResource.cs (1)
87
if (!IsResourceInvalid && _duceResource.
IsOnAnyChannel
)
Core\CSharp\System\Windows\Media\Animation\IndependentAnimationStorage.cs (2)
98
if (!_duceResource.
IsOnAnyChannel
)
216
Debug.Assert(_duceResource.
IsOnAnyChannel
);