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