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)
1381
ThrowException(SRID.ParserCantSetContentProperty, propertyDefinition.
Name
, propertyDefinition.PropertyInfo.ReflectedType.Name);
2122
CurrentContext.ElementNameOrPropertyName = propertyDefinition.
Name
;
2252
valueObject = GetCustomValue(bamlPropertyRecord, propertyDefinition.PropertyType, propertyDefinition.
Name
);
2262
string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.
Name
, propertyDefinition.PropertyType.FullName);
2291
ThrowException(SRID.ParserCantSetAttribute, "property", propertyDefinition.
Name
, "set");
2486
object value = GetExtensionValue(bamlPropertyRecord, propertyDefinition.
Name
);
2539
string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.
Name
, propertyDefinition.PropertyType.FullName);
2608
ThrowException(SRID.ParserCantSetAttribute, "property", propertyDefinition.
Name
, "set");
2714
ThrowExceptionWithLine(SR.Get(SRID.ParserCannotSetValue, element.GetType().FullName, propertyDefinition.
Name
, valueType.Name), e);
2793
propertyDefinition.
Name
,
2814
propertyDefinition.
Name
,
2836
propertyDefinition.
Name
,
2937
ThrowException(SRID.ParserCantGetDPOrPi, propertyDefinition.
Name
);
3101
ThrowException(SRID.ParserReadOnlyProp, holder.PropertyDefinition.
Name
);
3193
ThrowException(SRID.ParserNullPropertyCollection, holder.PropertyDefinition.
Name
);
3214
ThrowException(SRID.ParserPropertyCollectionClosed, holder.PropertyDefinition.
Name
);
3435
element.GetType().ToString(), holder.PropertyDefinition.
Name
), e);