8 writes to IsContent
System.Xaml (8)
System\Xaml\XamlXmlWriter.cs (8)
1675
writer.namespaceScopes.Peek().
IsContent
= true;
1685
writer.namespaceScopes.Peek().
IsContent
= true;
1689
writer.namespaceScopes.Peek().
IsContent
= false;
1698
writer.namespaceScopes.Peek().
IsContent
= true;
1717
writer.namespaceScopes.Peek().
IsContent
= true;
1731
writer.namespaceScopes.Peek().
IsContent
= true;
1739
writer.namespaceScopes.Peek().
IsContent
= false;
1747
writer.namespaceScopes.Peek().
IsContent
= true;
2 references to IsContent
System.Xaml (2)
System\Xaml\XamlXmlWriter.cs (2)
1334
if (frame.
IsContent
)
1421
if (!IsImplicit(memberFrame.Member) && !memberFrame.
IsContent
)