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