2 writes to PropertyName
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
105currentPair.PropertyName = tokenBuffer.ToString(); 118currentPair.PropertyName = tokenBuffer.ToString();
6 references to PropertyName
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeMap.cs (2)
408if (comment.LocalizationAttributes[i].PropertyName == localName) 426if (comment.LocalizationComments[i].PropertyName == localName)
MS\Internal\Globalization\LocalizationComments.cs (4)
97if (currentPair.PropertyName == null) 153throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.PropertyName, input)); 179throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.PropertyName, input)); 198if (currentPair.PropertyName != null || tokenBuffer.Length != 0)