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