2 writes to _currentRun
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1536
_currentRun
= run;
1745
_currentRun
= null;
4 references to _currentRun
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (4)
1505
bool createNewRun = (
_currentRun
== null) || (!run.HasSameRichProperties(
_currentRun
))
1510
if (
_currentRun
!= null)
1742
if (
_currentRun
!= null)