3 writes to _fp
PresentationFramework (3)
System\Windows\Documents\FlowNode.cs (3)
214_fp = fp; 219_fp++; 224_fp--;
11 references to _fp
PresentationFramework (11)
System\Windows\Documents\FlowNode.cs (11)
82return _scopeId.GetHashCode()^_fp.GetHashCode(); 99Debug.Assert(_fp != fn._fp || (_fp == fn._fp) && (_scopeId == fn._scopeId)); 101return (this._fp == fn._fp); 125int fd = this._fp - fp._fp; 182return $"Pg{page}-nCp{_fp}-Id{_scopeId}-Tp{System.Enum.GetName(_type)}"; 240return _fp;