1 write to FontSize
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (1)
31this.FontSize = SystemFonts.IconFontSize;
3 references to FontSize
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
698double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier; 1871double endOfParaGlyphWidth = ((Control)_host).FontSize * CaretElement.c_endOfParaMagicMultiplier;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
120this.MinHeight = this.FontSize + 4; /* 4 pixels for border*/