1 write to IsContent
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
1506propertyInfo.IsContent = IsPropertyContent(propertyInfo, xamlType);
2 references to IsContent
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
2207bool xIsContentOrItemsProperty = xInfo.IsContent || (xProperty == XamlLanguage.Items); 2208bool yIsContentOrItemsProperty = yInfo.IsContent || (yProperty == XamlLanguage.Items);