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