4 references to IsStaticProperty
PresentationFramework (4)
MS\Internal\Data\PropertyPathWorker.cs (3)
976if (PropertyPath.IsStaticProperty(_arySVS[level].info)) 1076if (PropertyPath.IsStaticProperty(svs.info)) 1288if (PropertyPath.IsStaticProperty(info))
System\Windows\PropertyPath.cs (1)
165internal bool StartsWithStaticProperty { get { return Length > 0 && IsStaticProperty(_earlyBoundPathParts[0]); } }