1 write to ContentPropertyName
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
4535CurrentContext.ContentPropertyName = contentPropertyName;
3 references to ContentPropertyName
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
1522Debug.Assert( (null==ContentPropertyInfo && null==ContentPropertyName) 1523|| (null!=ContentPropertyInfo && null!=ContentPropertyName)); 4618string contentPropertyName = context.ContentPropertyName;