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