3 writes to _fp
PresentationFramework (3)
System\Windows\Documents\FlowNode.cs (3)
210
_fp
= fp;
215
_fp
++;
220
_fp
--;
10 references to _fp
PresentationFramework (10)
System\Windows\Documents\FlowNode.cs (10)
78
return _scopeId.GetHashCode()^
_fp
.GetHashCode();
95
Debug.Assert(
_fp
!= fn.
_fp
|| (
_fp
== fn.
_fp
) && (_scopeId == fn._scopeId));
97
return (this.
_fp
== fn.
_fp
);
121
int fd = this.
_fp
- fp.
_fp
;
236
return
_fp
;