2 writes to _contentCache
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (2)
2870
_contentCache
= null;
4083
text.
_contentCache
= newText ?? string.Empty;
4 references to _contentCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
2004
if (
_contentCache
!= null)
2006
return
_contentCache
;
2913
Invariant.Assert(
_contentCache
== null, "Content cache should be null when complex content exists.");
4092
Invariant.Assert(text.
_contentCache
== null, "Content cache should be null when complex content exists.");