6 references to RepeatButton
PresentationFramework (6)
System\Windows\Markup\KnownTypes.cs (6)
1496
case KnownElements.
RepeatButton
: o = new System.Windows.Controls.Primitives.RepeatButton(); break;
2251
return KnownElements.
RepeatButton
;
2664
case KnownElements.
RepeatButton
:
3379
case KnownElements.
RepeatButton
:
4234
case KnownElements.
RepeatButton
:
6070
case KnownElements.
RepeatButton
: t = typeof(System.Windows.Controls.Primitives.RepeatButton); break;