5 references to IsOnAnyChannel
PresentationCore (5)
System\Windows\InterOp\HwndTarget.cs (2)
1565if (_compositionTarget.IsOnAnyChannel) 2138if (!_compositionTarget.IsOnAnyChannel)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
79if (!IsResourceInvalid && _duceResource.IsOnAnyChannel)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (2)
96if (!_duceResource.IsOnAnyChannel) 214Debug.Assert(_duceResource.IsOnAnyChannel);