2 writes to PropertyName
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
97currentPair.PropertyName = tokenBuffer.ToString(); 110currentPair.PropertyName = tokenBuffer.ToString();
6 references to PropertyName
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeMap.cs (2)
390if (comment.LocalizationAttributes[i].PropertyName == localName) 408if (comment.LocalizationComments[i].PropertyName == localName)
MS\Internal\Globalization\LocalizationComments.cs (4)
89if (currentPair.PropertyName == null) 145throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.PropertyName, input)); 171throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.PropertyName, input)); 190if (currentPair.PropertyName != null || tokenBuffer.Length != 0)