1 write to _owner
PresentationCore (1)
System\Windows\Media\Animation\ClockController.cs (1)
32_owner = owner;
13 references to _owner
PresentationCore (13)
System\Windows\Media\Animation\ClockController.cs (13)
53_owner.InternalBegin(); 70_owner.InternalSkipToFill(); 102_owner.InternalPause(); 121_owner.InternalResume(); 161Duration duration = _owner.ResolvedDuration; 182_owner.InternalSeek(offset); 203Duration duration = _owner.ResolvedDuration; 224_owner.InternalSeekAlignedToLastTick(offset); 236_owner.InternalStop(); 248_owner.InternalRemove(); 262return _owner; 273return _owner.InternalGetSpeedRatio(); 282_owner.InternalSetSpeedRatio(value);