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