2 writes to PropertyName
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
96currentPair.PropertyName = tokenBuffer.ToString(); 109currentPair.PropertyName = tokenBuffer.ToString();
6 references to PropertyName
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeMap.cs (2)
389if (comment.LocalizationAttributes[i].PropertyName == localName) 407if (comment.LocalizationComments[i].PropertyName == localName)
MS\Internal\Globalization\LocalizationComments.cs (4)
88if (currentPair.PropertyName == null) 144throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.PropertyName, input)); 170throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.PropertyName, input)); 189if (currentPair.PropertyName != null || tokenBuffer.Length != 0)