1 write to _fontSourceFactory
PresentationCore (1)
MS\Internal\Text\TextInterface\Factory.cs (1)
59
_fontSourceFactory
= fontSourceFactory;
2 references to _fontSourceFactory
PresentationCore (2)
MS\Internal\Text\TextInterface\Factory.cs (2)
151
IFontSource fontSource =
_fontSourceFactory
.Create(filePathUri.AbsoluteUri);
247
IFontSource fontSource =
_fontSourceFactory
.Create(filePathUri.AbsoluteUri);