8 writes to IsContent
System.Xaml (8)
System\Xaml\XamlXmlWriter.cs (8)
1677
writer.namespaceScopes.Peek().
IsContent
= true;
1687
writer.namespaceScopes.Peek().
IsContent
= true;
1691
writer.namespaceScopes.Peek().
IsContent
= false;
1700
writer.namespaceScopes.Peek().
IsContent
= true;
1719
writer.namespaceScopes.Peek().
IsContent
= true;
1733
writer.namespaceScopes.Peek().
IsContent
= true;
1741
writer.namespaceScopes.Peek().
IsContent
= false;
1749
writer.namespaceScopes.Peek().
IsContent
= true;
2 references to IsContent
System.Xaml (2)
System\Xaml\XamlXmlWriter.cs (2)
1336
if (frame.
IsContent
)
1423
if (!IsImplicit(memberFrame.Member) && !memberFrame.
IsContent
)