3 references to GridLength
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1305
case KnownElements.
GridLength
: o = new System.Windows.GridLength(); break;
3710
case KnownElements.
GridLength
: converterId = KnownElements.GridLengthConverter; break;
5809
case KnownElements.
GridLength
: t = typeof(System.Windows.GridLength); break;