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