3 writes to _fp
PresentationFramework (3)
System\Windows\Documents\FlowNode.cs (3)
211_fp = fp; 216_fp++; 221_fp--;
11 references to _fp
PresentationFramework (11)
System\Windows\Documents\FlowNode.cs (11)
79return _scopeId.GetHashCode()^_fp.GetHashCode(); 96Debug.Assert(_fp != fn._fp || (_fp == fn._fp) && (_scopeId == fn._scopeId)); 98return (this._fp == fn._fp); 122int fd = this._fp - fp._fp; 179return $"Pg{page}-nCp{_fp}-Id{_scopeId}-Tp{System.Enum.GetName(_type)}"; 237return _fp;