8 writes to IsContent
System.Xaml (8)
System\Xaml\XamlXmlWriter.cs (8)
1711
writer.namespaceScopes.Peek().
IsContent
= true;
1721
writer.namespaceScopes.Peek().
IsContent
= true;
1725
writer.namespaceScopes.Peek().
IsContent
= false;
1735
writer.namespaceScopes.Peek().
IsContent
= true;
1755
writer.namespaceScopes.Peek().
IsContent
= true;
1769
writer.namespaceScopes.Peek().
IsContent
= true;
1777
writer.namespaceScopes.Peek().
IsContent
= false;
1785
writer.namespaceScopes.Peek().
IsContent
= true;
2 references to IsContent
System.Xaml (2)
System\Xaml\XamlXmlWriter.cs (2)
1360
if (frame.
IsContent
)
1450
if (!IsImplicit(memberFrame.Member) && !memberFrame.
IsContent
)