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