コード例 #1
0
ファイル: WpfTextView.cs プロジェクト: dandanyouxiang/dnSpy
 void UpdateForceClearTypeIfNeeded() => TextFormattingUtilities.UpdateForceClearTypeIfNeeded(this, Options, classificationFormatMap);
コード例 #2
0
 void UpdateForceClearTypeIfNeeded() =>
 TextFormattingUtilities.UpdateForceClearTypeIfNeeded(this, wpfTextViewHost.TextView.Options.IsForceClearTypeIfNeededEnabled(), classificationFormatMap);