3 instantiations of GridLengthConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
896case -256: o = new System.Windows.GridLengthConverter(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5353DefaultConstructor = delegate () { return new System.Windows.GridLengthConverter(); }
System\Windows\Markup\KnownTypes.cs (1)
1299case KnownElements.GridLengthConverter: o = new System.Windows.GridLengthConverter(); break;
10 references to GridLengthConverter
PresentationFramework (10)
System\Windows\Controls\ColumnDefinitionCollectionConverter.cs (1)
49collection.Add(new ColumnDefinition { Width = GridLengthConverter.FromString(th.GetCurrentToken(), cultureInfo) });
System\Windows\Controls\RowDefinitionCollectionConverter.cs (1)
53collection.Add(new RowDefinition { Height = GridLengthConverter.FromString(th.GetCurrentToken(), cultureInfo) });
System\Windows\GridLength.cs (2)
45[TypeConverter(typeof(GridLengthConverter))] 214return GridLengthConverter.ToString(this, CultureInfo.InvariantCulture);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
349case 256: t = () => typeof(GridLengthConverter); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
1948TypeConverterType = typeof(System.Windows.GridLengthConverter) 3412TypeConverterType = typeof(System.Windows.GridLengthConverter)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (2)
5339TypeConverterType = typeof(System.Windows.GridLengthConverter) 5350typeof(System.Windows.GridLengthConverter),
System\Windows\Markup\KnownTypes.cs (1)
5803case KnownElements.GridLengthConverter: t = typeof(System.Windows.GridLengthConverter); break;