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