1 write to ContentPropertyInfo
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
4534CurrentContext.ContentPropertyInfo = (PropertyInfo)propertyDynamicObject;
8 references to ContentPropertyInfo
PresentationBuildTasks (8)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (8)
244Type contentPropertyType = XamlTypeMapper.GetPropertyType(context.ContentPropertyInfo); 654PropertyInfo contentPropertyInfo = CurrentContext.ContentPropertyInfo; 1506Debug.Assert( (null==ContentPropertyInfo && null==ContentPropertyName) 1507|| (null!=ContentPropertyInfo && null!=ContentPropertyName)); 1508return (null != ContentPropertyInfo); 3873PropertyInfo pi = ParentContext.ContentPropertyInfo; 4622object contentPropertyInfo = context.ContentPropertyInfo; 4714Type contentPropertyType = XamlTypeMapper.GetPropertyType(CurrentContext.ContentPropertyInfo);