1 write to ContentPropertyInfo
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
4543CurrentContext.ContentPropertyInfo = (PropertyInfo)propertyDynamicObject;
8 references to ContentPropertyInfo
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
255Type contentPropertyType = XamlTypeMapper.GetPropertyType(context.ContentPropertyInfo); 665PropertyInfo contentPropertyInfo = CurrentContext.ContentPropertyInfo; 1518Debug.Assert( (null==ContentPropertyInfo && null==ContentPropertyName) 1519|| (null!=ContentPropertyInfo && null!=ContentPropertyName)); 1520return (null != ContentPropertyInfo); 3880PropertyInfo pi = ParentContext.ContentPropertyInfo; 4629object contentPropertyInfo = context.ContentPropertyInfo; 4721Type contentPropertyType = XamlTypeMapper.GetPropertyType(CurrentContext.ContentPropertyInfo);