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