5 references to IsOnAnyChannel
PresentationCore (5)
System\Windows\InterOp\HwndTarget.cs (2)
1578if (_compositionTarget.IsOnAnyChannel) 2151if (!_compositionTarget.IsOnAnyChannel)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
85if (!IsResourceInvalid && _duceResource.IsOnAnyChannel)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (2)
101if (!_duceResource.IsOnAnyChannel) 219Debug.Assert(_duceResource.IsOnAnyChannel);