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