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