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