13 references to tomTrue
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (13)
61
return _range.IsEqual(otherRange._range)==TomBool.
tomTrue
;
708
if (font.AllCaps == TomBool.
tomTrue
)
712
else if (font.SmallCaps == TomBool.
tomTrue
)
879
return hidden == TomBool.
tomTrue
;
892
return italic == TomBool.
tomTrue
;
910
style |= (outline == TomBool.
tomTrue
) ? OutlineStyles.Outline : 0;
911
style |= (shadow == TomBool.
tomTrue
) ? OutlineStyles.Shadow : 0;
912
style |= (emboss == TomBool.
tomTrue
) ? OutlineStyles.Embossed : 0;
913
style |= (engrave == TomBool.
tomTrue
) ? OutlineStyles.Engraved : 0;
935
return protect == TomBool.
tomTrue
;
948
return strike == TomBool.
tomTrue
? TextDecorationLineStyle.Single : TextDecorationLineStyle.None;
961
return sub == TomBool.
tomTrue
;
974
return super == TomBool.
tomTrue
;