4 references to InternalToString
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (3)
265return InternalToString(null, null); 275return InternalToString(null, formatProvider); 286return InternalToString(format, formatProvider);
Core\CSharp\System\Windows\Media\Animation\RepeatBehaviorConverter.cs (1)
157return repeatBehavior.InternalToString(null, cultureInfo);