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