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