1 write to _owner
PresentationCore (1)
System\Windows\Media\Animation\ClockController.cs (1)
33_owner = owner;
13 references to _owner
PresentationCore (13)
System\Windows\Media\Animation\ClockController.cs (13)
54_owner.InternalBegin(); 71_owner.InternalSkipToFill(); 103_owner.InternalPause(); 122_owner.InternalResume(); 162Duration duration = _owner.ResolvedDuration; 183_owner.InternalSeek(offset); 204Duration duration = _owner.ResolvedDuration; 225_owner.InternalSeekAlignedToLastTick(offset); 237_owner.InternalStop(); 249_owner.InternalRemove(); 263return _owner; 274return _owner.InternalGetSpeedRatio(); 283_owner.InternalSetSpeedRatio(value);