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