1 write to _dictionaryKeyPropertyName
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
177
_dictionaryKeyPropertyName
= value;
5 references to _dictionaryKeyPropertyName
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfKnownType.cs (5)
123
else if (directive == XamlLanguage.Key &&
_dictionaryKeyPropertyName
!= null)
125
return LookupMember(
_dictionaryKeyPropertyName
, true);
173
get { return
_dictionaryKeyPropertyName
; }
397
result = (
_dictionaryKeyPropertyName
== null) ? null : new DictionaryKeyPropertyAttribute(
_dictionaryKeyPropertyName
);