13 references to tomTrue
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (13)
54
return _range.IsEqual(otherRange._range)==TomBool.
tomTrue
;
689
if (font.AllCaps == TomBool.
tomTrue
)
693
else if (font.SmallCaps == TomBool.
tomTrue
)
860
return hidden == TomBool.
tomTrue
;
873
return italic == TomBool.
tomTrue
;
891
style |= (outline == TomBool.
tomTrue
) ? OutlineStyles.Outline : 0;
892
style |= (shadow == TomBool.
tomTrue
) ? OutlineStyles.Shadow : 0;
893
style |= (emboss == TomBool.
tomTrue
) ? OutlineStyles.Embossed : 0;
894
style |= (engrave == TomBool.
tomTrue
) ? OutlineStyles.Engraved : 0;
916
return protect == TomBool.
tomTrue
;
929
return strike == TomBool.
tomTrue
? TextDecorationLineStyle.Single : TextDecorationLineStyle.None;
942
return sub == TomBool.
tomTrue
;
955
return super == TomBool.
tomTrue
;