3 writes to _fp
PresentationFramework (3)
src\Framework\System\Windows\Documents\FlowNode.cs (3)
221
_fp
= fp;
226
_fp
++;
231
_fp
--;
10 references to _fp
PresentationFramework (10)
src\Framework\System\Windows\Documents\FlowNode.cs (10)
86
return _scopeId.GetHashCode()^
_fp
.GetHashCode();
103
Debug.Assert(
_fp
!= fn.
_fp
|| (
_fp
== fn.
_fp
) && (_scopeId == fn._scopeId));
105
return (this.
_fp
== fn.
_fp
);
132
int fd = this.
_fp
- fp.
_fp
;
247
return
_fp
;