1 write to ContentPropertyInfo
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
4534CurrentContext.ContentPropertyInfo = (PropertyInfo)propertyDynamicObject;
8 references to ContentPropertyInfo
PresentationBuildTasks (8)
Framework\System\Windows\Markup\XamlReaderHelper.cs (8)
261Type contentPropertyType = XamlTypeMapper.GetPropertyType(context.ContentPropertyInfo); 667PropertyInfo contentPropertyInfo = CurrentContext.ContentPropertyInfo; 1522Debug.Assert( (null==ContentPropertyInfo && null==ContentPropertyName) 1523|| (null!=ContentPropertyInfo && null!=ContentPropertyName)); 1524return (null != ContentPropertyInfo); 3881PropertyInfo pi = ParentContext.ContentPropertyInfo; 4615object contentPropertyInfo = context.ContentPropertyInfo; 4701Type contentPropertyType = XamlTypeMapper.GetPropertyType(CurrentContext.ContentPropertyInfo);