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