2 writes to _contentCache
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (2)
2870_contentCache = null; 4083text._contentCache = newText ?? string.Empty;
4 references to _contentCache
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
2004if (_contentCache != null) 2006return _contentCache; 2913Invariant.Assert(_contentCache == null, "Content cache should be null when complex content exists."); 4092Invariant.Assert(text._contentCache == null, "Content cache should be null when complex content exists.");