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