8 writes to IsContent
System.Xaml (8)
System\Xaml\XamlXmlWriter.cs (8)
1695
writer.namespaceScopes.Peek().
IsContent
= true;
1705
writer.namespaceScopes.Peek().
IsContent
= true;
1709
writer.namespaceScopes.Peek().
IsContent
= false;
1719
writer.namespaceScopes.Peek().
IsContent
= true;
1738
writer.namespaceScopes.Peek().
IsContent
= true;
1752
writer.namespaceScopes.Peek().
IsContent
= true;
1760
writer.namespaceScopes.Peek().
IsContent
= false;
1768
writer.namespaceScopes.Peek().
IsContent
= true;
2 references to IsContent
System.Xaml (2)
System\Xaml\XamlXmlWriter.cs (2)
1351
if (frame.
IsContent
)
1440
if (!IsImplicit(memberFrame.Member) && !memberFrame.
IsContent
)