2 writes to _contentCache
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (2)
2871
_contentCache
= null;
4084
text.
_contentCache
= newText ?? string.Empty;
4 references to _contentCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
2005
if (
_contentCache
!= null)
2007
return
_contentCache
;
2914
Invariant.Assert(
_contentCache
== null, "Content cache should be null when complex content exists.");
4093
Invariant.Assert(text.
_contentCache
== null, "Content cache should be null when complex content exists.");