3 instantiations of GridLengthConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
897
case -256: o = new System.Windows.
GridLengthConverter
(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5354
DefaultConstructor = delegate () { return new System.Windows.
GridLengthConverter
(); }
System\Windows\Markup\KnownTypes.cs (1)
1300
case KnownElements.GridLengthConverter: o = new System.Windows.
GridLengthConverter
(); break;
8 references to GridLengthConverter
PresentationFramework (8)
System\Windows\GridLength.cs (2)
46
[TypeConverter(typeof(
GridLengthConverter
))]
215
return
GridLengthConverter
.ToString(this, CultureInfo.InvariantCulture);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
350
case 256: t = () => typeof(
GridLengthConverter
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
1949
TypeConverterType = typeof(System.Windows.
GridLengthConverter
)
3413
TypeConverterType = typeof(System.Windows.
GridLengthConverter
)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
5340
TypeConverterType = typeof(System.Windows.
GridLengthConverter
)
5351
typeof(System.Windows.
GridLengthConverter
),
System\Windows\Markup\KnownTypes.cs (1)
5804
case KnownElements.GridLengthConverter: t = typeof(System.Windows.
GridLengthConverter
); break;