6 references to RepeatButton
PresentationFramework (6)
System\Windows\Markup\KnownTypes.cs (6)
1502
case KnownElements.
RepeatButton
: o = new System.Windows.Controls.Primitives.RepeatButton(); break;
2257
return KnownElements.
RepeatButton
;
2670
case KnownElements.
RepeatButton
:
3385
case KnownElements.
RepeatButton
:
4240
case KnownElements.
RepeatButton
:
6076
case KnownElements.
RepeatButton
: t = typeof(System.Windows.Controls.Primitives.RepeatButton); break;