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