1 write to _isInternalCompositeFont
PresentationCore (1)
MS\Internal\FontCache\FontSource.cs (1)
86_isInternalCompositeFont = isInternalCompositeFont;
5 references to _isInternalCompositeFont
PresentationCore (5)
MS\Internal\FontCache\FontSource.cs (5)
87Invariant.Assert(_isInternalCompositeFont || _fontUri.IsAbsoluteUri); 88Debug.Assert(_isInternalCompositeFont || String.IsNullOrEmpty(_fontUri.Fragment)); 104public bool IsFile { get { return !_isInternalCompositeFont && _fontUri.IsFile; } } 188if (_isInternalCompositeFont) 262if (_isInternalCompositeFont)