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)
127else if (directive == XamlLanguage.Key && _dictionaryKeyPropertyName != null) 129return LookupMember(_dictionaryKeyPropertyName, true); 177get { return _dictionaryKeyPropertyName; } 401result = (_dictionaryKeyPropertyName == null) ? null : new DictionaryKeyPropertyAttribute(_dictionaryKeyPropertyName);