1 write to _owner
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\ClockController.cs (1)
48_owner = owner;
13 references to _owner
PresentationCore (13)
Core\CSharp\System\Windows\Media\Animation\ClockController.cs (13)
69_owner.InternalBegin(); 86_owner.InternalSkipToFill(); 118_owner.InternalPause(); 137_owner.InternalResume(); 177Duration duration = _owner.ResolvedDuration; 198_owner.InternalSeek(offset); 219Duration duration = _owner.ResolvedDuration; 240_owner.InternalSeekAlignedToLastTick(offset); 252_owner.InternalStop(); 264_owner.InternalRemove(); 278return _owner; 289return _owner.InternalGetSpeedRatio(); 298_owner.InternalSetSpeedRatio(value);