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