2 writes to _imp
PresentationCore (2)
Core\CSharp\System\Windows\Media\TextFormatting\TextRunCache.cs (2)
76
_imp
= null;
108
set {
_imp
= value; }
6 references to _imp
PresentationCore (6)
Core\CSharp\System\Windows\Media\TextFormatting\TextRunCache.cs (6)
56
if(
_imp
!= null)
58
_imp
.Change(
74
if(
_imp
!= null)
92
if (
_imp
!= null)
94
return
_imp
.GetTextRunSpans();
107
get { return
_imp
; }