6 references to SystemXmlLinqHelper
PresentationFramework (6)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1021
return
SystemXmlLinqHelper
.IsXLinqNonIdempotentProperty(pd);
src\Framework\MS\Internal\Data\ValueTable.cs (3)
48
if (
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd))
73
bool isXLinqCollectionProperty =
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd);
240
if (
SystemXmlLinqHelper
.IsXLinqCollectionProperty(pd))
src\Framework\System\Windows\Controls\ContentPresenter.cs (2)
645
if (
SystemXmlLinqHelper
.IsXElement(item))
647
dataType =
SystemXmlLinqHelper
.GetXElementTagName(item);