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