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