1 write to ContentPropertyInfo
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
4536CurrentContext.ContentPropertyInfo = (PropertyInfo)propertyDynamicObject;
8 references to ContentPropertyInfo
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
245Type contentPropertyType = XamlTypeMapper.GetPropertyType(context.ContentPropertyInfo); 655PropertyInfo contentPropertyInfo = CurrentContext.ContentPropertyInfo; 1507Debug.Assert( (null==ContentPropertyInfo && null==ContentPropertyName) 1508|| (null!=ContentPropertyInfo && null!=ContentPropertyName)); 1509return (null != ContentPropertyInfo); 3874PropertyInfo pi = ParentContext.ContentPropertyInfo; 4624object contentPropertyInfo = context.ContentPropertyInfo; 4716Type contentPropertyType = XamlTypeMapper.GetPropertyType(CurrentContext.ContentPropertyInfo);