1 write to _owner
PresentationCore (1)
System\Windows\Media\Animation\ClockController.cs (1)
46_owner = owner;
13 references to _owner
PresentationCore (13)
System\Windows\Media\Animation\ClockController.cs (13)
67_owner.InternalBegin(); 84_owner.InternalSkipToFill(); 116_owner.InternalPause(); 135_owner.InternalResume(); 175Duration duration = _owner.ResolvedDuration; 196_owner.InternalSeek(offset); 217Duration duration = _owner.ResolvedDuration; 238_owner.InternalSeekAlignedToLastTick(offset); 250_owner.InternalStop(); 262_owner.InternalRemove(); 276return _owner; 287return _owner.InternalGetSpeedRatio(); 296_owner.InternalSetSpeedRatio(value);