1 write to _reader
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
31
_reader
= reader;
9 references to _reader
PresentationFramework (9)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (9)
114
return
_reader
.GetPropertyNameFromAttributeId(_attributeId);
137
_reader
.ThrowException(SRID.ParserParentDO, Parent.ToString());
139
_reader
.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection);
154
_reader
.ThrowException(SRID.ParserCantGetDPOrPi, AttributeName);
184
_defaultCollection = XamlTypeMapper.GetInternalPropertyValue(
_reader
.ParserContext,
185
_reader
.ParserContext.RootElement,
191
_reader
.ThrowException(SRID.ParserCantGetProperty, PropertyDefinition.Name);
204
_reader
.ThrowException(SRID.ParserCantGetDPOrPi, AttributeName);
218
_reader
.ThrowException(SRID.ParserReadOnlyNullProperty, PropertyDefinition.Name);