2 writes to PropertyName
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\LocalizationComments.cs (2)
111currentPair.PropertyName = tokenBuffer.ToString(); 124currentPair.PropertyName = tokenBuffer.ToString();
6 references to PropertyName
PresentationFramework (6)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
413if (comment.LocalizationAttributes[i].PropertyName == localName) 431if (comment.LocalizationComments[i].PropertyName == localName)
src\Framework\MS\Internal\Globalization\LocalizationComments.cs (4)
103if (currentPair.PropertyName == null) 160throw new FormatException(SR.Get(SRID.InvalidLocCommentValue, currentPair.PropertyName, input)); 186throw new FormatException(SR.Get(SRID.InvalidLocCommentValue, currentPair.PropertyName, input)); 205if (currentPair.PropertyName != null || tokenBuffer.Length != 0)