2 writes to _indexingContentUnit
PresentationFramework (2)
MS\Internal\IO\Packaging\XamlFilter.cs (2)
144_indexingContentUnit = null; 458_indexingContentUnit = new IndexingContentUnit(text, AllocateChunkID(), breakType, _propSpec, lcid);
3 references to _indexingContentUnit
PresentationFramework (3)
MS\Internal\IO\Packaging\XamlFilter.cs (3)
456if (_indexingContentUnit == null) 463_indexingContentUnit.InitIndexingContentUnit(text, AllocateChunkID(), breakType, _propSpec, lcid); 469return _indexingContentUnit;