6 references to SystemXmlLinqHelper
PresentationFramework (6)
MS\Internal\Data\PropertyPathWorker.cs (1)
1008
return
SystemXmlLinqHelper
.IsXLinqNonIdempotentProperty(pd);
MS\Internal\Data\ValueTable.cs (3)
41
if (
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd))
66
bool isXLinqCollectionProperty =
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd);
233
if (
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd))
System\Windows\Controls\ContentPresenter.cs (2)
635
if (
SystemXmlLinqHelper
.IsXElement(item))
637
dataType =
SystemXmlLinqHelper
.GetXElementTagName(item);