2 writes to _contentCache
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
2981
_contentCache
= null;
4092
text.
_contentCache
= (newText != null) ? newText : String.Empty;
4 references to _contentCache
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (4)
2115
if (
_contentCache
!= null)
2117
return
_contentCache
;
3024
Invariant.Assert(
_contentCache
== null, "Content cache should be null when complex content exists.");
4101
Invariant.Assert(text.
_contentCache
== null, "Content cache should be null when complex content exists.");