6 references to SystemXmlLinqHelper
PresentationFramework (6)
MS\Internal\Data\PropertyPathWorker.cs (1)
1025
return
SystemXmlLinqHelper
.IsXLinqNonIdempotentProperty(pd);
MS\Internal\Data\ValueTable.cs (3)
46
if (
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd))
71
bool isXLinqCollectionProperty =
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd);
238
if (
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd))
System\Windows\Controls\ContentPresenter.cs (2)
643
if (
SystemXmlLinqHelper
.IsXElement(item))
645
dataType =
SystemXmlLinqHelper
.GetXElementTagName(item);