2 writes to PropertyName
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
103
currentPair.
PropertyName
= tokenBuffer.ToString();
116
currentPair.
PropertyName
= tokenBuffer.ToString();
6 references to PropertyName
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeMap.cs (2)
403
if (comment.LocalizationAttributes[i].
PropertyName
== localName)
421
if (comment.LocalizationComments[i].
PropertyName
== localName)
MS\Internal\Globalization\LocalizationComments.cs (4)
95
if (currentPair.
PropertyName
== null)
151
throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.
PropertyName
, input));
177
throw new FormatException(SR.Format(SR.InvalidLocCommentValue, currentPair.
PropertyName
, input));
196
if (currentPair.
PropertyName
!= null || tokenBuffer.Length != 0)