1 write to _contentPropertyName
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
117_contentPropertyName = value;
4 references to _contentPropertyName
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfKnownType.cs (4)
108return CallGetMember(_contentPropertyName); 113get { return _contentPropertyName; } 393result = (_contentPropertyName == null) ? null : new ContentPropertyAttribute(_contentPropertyName);