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