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