3 instantiations of GridLengthConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
896
case -256: o = new System.Windows.
GridLengthConverter
(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5353
DefaultConstructor = delegate () { return new System.Windows.
GridLengthConverter
(); }
System\Windows\Markup\KnownTypes.cs (1)
1299
case KnownElements.GridLengthConverter: o = new System.Windows.
GridLengthConverter
(); break;
8 references to GridLengthConverter
PresentationFramework (8)
System\Windows\GridLength.cs (2)
45
[TypeConverter(typeof(
GridLengthConverter
))]
214
return
GridLengthConverter
.ToString(this, CultureInfo.InvariantCulture);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
349
case 256: t = () => typeof(
GridLengthConverter
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
1948
TypeConverterType = typeof(System.Windows.
GridLengthConverter
)
3412
TypeConverterType = typeof(System.Windows.
GridLengthConverter
)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
5339
TypeConverterType = typeof(System.Windows.
GridLengthConverter
)
5350
typeof(System.Windows.
GridLengthConverter
),
System\Windows\Markup\KnownTypes.cs (1)
5803
case KnownElements.GridLengthConverter: t = typeof(System.Windows.
GridLengthConverter
); break;