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