1 write to ContentPropertyInfo
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
4531CurrentContext.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); 651PropertyInfo contentPropertyInfo = CurrentContext.ContentPropertyInfo; 1503Debug.Assert( (null==ContentPropertyInfo && null==ContentPropertyName) 1504|| (null!=ContentPropertyInfo && null!=ContentPropertyName)); 1505return (null != ContentPropertyInfo); 3870PropertyInfo pi = ParentContext.ContentPropertyInfo; 4619object contentPropertyInfo = context.ContentPropertyInfo; 4711Type contentPropertyType = XamlTypeMapper.GetPropertyType(CurrentContext.ContentPropertyInfo);