2 writes to _currentRun
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1507
_currentRun
= run;
1714
_currentRun
= null;
4 references to _currentRun
PresentationFramework (4)
System\Windows\Documents\FixedTextBuilder.cs (4)
1476
bool createNewRun = (
_currentRun
== null) || (!run.HasSameRichProperties(
_currentRun
))
1481
if (
_currentRun
!= null)
1711
if (
_currentRun
!= null)