6 references to SystemXmlLinqHelper
PresentationFramework (6)
MS\Internal\Data\PropertyPathWorker.cs (1)
1007return SystemXmlLinqHelper.IsXLinqNonIdempotentProperty(pd);
MS\Internal\Data\ValueTable.cs (3)
42if (SystemXmlLinqHelper.IsXLinqCollectionProperty(pd)) 67bool isXLinqCollectionProperty = SystemXmlLinqHelper.IsXLinqCollectionProperty(pd); 234if (SystemXmlLinqHelper.IsXLinqCollectionProperty(pd))
System\Windows\Controls\ContentPresenter.cs (2)
636if (SystemXmlLinqHelper.IsXElement(item)) 638dataType = SystemXmlLinqHelper.GetXElementTagName(item);