19 references to Name
PresentationFramework (19)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (2)
191_reader.ThrowException(SRID.ParserCantGetProperty, PropertyDefinition.Name); 218_reader.ThrowException(SRID.ParserReadOnlyNullProperty, PropertyDefinition.Name);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (17)
1381ThrowException(SRID.ParserCantSetContentProperty, propertyDefinition.Name, propertyDefinition.PropertyInfo.ReflectedType.Name); 2122CurrentContext.ElementNameOrPropertyName = propertyDefinition.Name; 2252valueObject = GetCustomValue(bamlPropertyRecord, propertyDefinition.PropertyType, propertyDefinition.Name); 2262string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.PropertyType.FullName); 2291ThrowException(SRID.ParserCantSetAttribute, "property", propertyDefinition.Name, "set"); 2486object value = GetExtensionValue(bamlPropertyRecord, propertyDefinition.Name); 2539string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.PropertyType.FullName); 2608ThrowException(SRID.ParserCantSetAttribute, "property", propertyDefinition.Name, "set"); 2714ThrowExceptionWithLine(SR.Get(SRID.ParserCannotSetValue, element.GetType().FullName, propertyDefinition.Name, valueType.Name), e); 2793propertyDefinition.Name, 2814propertyDefinition.Name, 2836propertyDefinition.Name, 2937ThrowException(SRID.ParserCantGetDPOrPi, propertyDefinition.Name); 3101ThrowException(SRID.ParserReadOnlyProp, holder.PropertyDefinition.Name); 3193ThrowException(SRID.ParserNullPropertyCollection, holder.PropertyDefinition.Name); 3214ThrowException(SRID.ParserPropertyCollectionClosed, holder.PropertyDefinition.Name); 3435element.GetType().ToString(), holder.PropertyDefinition.Name), e);