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