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