2 writes to _contentCache
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
2981_contentCache = null; 4092text._contentCache = (newText != null) ? newText : String.Empty;
4 references to _contentCache
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (4)
2115if (_contentCache != null) 2117return _contentCache; 3024Invariant.Assert(_contentCache == null, "Content cache should be null when complex content exists."); 4101Invariant.Assert(text._contentCache == null, "Content cache should be null when complex content exists.");