1 write to _firstLineProperties
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
292
_firstLineProperties
= new FirstLineProperties(this);
2 references to _firstLineProperties
PresentationFramework (2)
src\Framework\MS\Internal\Text\LineProperties.cs (2)
290
if (
_firstLineProperties
== null)
294
return
_firstLineProperties
;