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