6 references to RepeatButton
PresentationFramework (6)
System\Windows\Markup\KnownTypes.cs (6)
1495
case KnownElements.
RepeatButton
: o = new System.Windows.Controls.Primitives.RepeatButton(); break;
2250
return KnownElements.
RepeatButton
;
2663
case KnownElements.
RepeatButton
:
3378
case KnownElements.
RepeatButton
:
4233
case KnownElements.
RepeatButton
:
6069
case KnownElements.
RepeatButton
: t = typeof(System.Windows.Controls.Primitives.RepeatButton); break;