2 writes to _contentCache
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (2)
2892
_contentCache
= null;
4103
text.
_contentCache
= (newText != null) ? newText : String.Empty;
4 references to _contentCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
2026
if (
_contentCache
!= null)
2028
return
_contentCache
;
2935
Invariant.Assert(
_contentCache
== null, "Content cache should be null when complex content exists.");
4112
Invariant.Assert(text.
_contentCache
== null, "Content cache should be null when complex content exists.");