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