13 references to tomTrue
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (13)
50
return _range.IsEqual(otherRange._range)==TomBool.
tomTrue
;
682
if (font.AllCaps == TomBool.
tomTrue
)
686
else if (font.SmallCaps == TomBool.
tomTrue
)
853
return hidden == TomBool.
tomTrue
;
866
return italic == TomBool.
tomTrue
;
884
style |= (outline == TomBool.
tomTrue
) ? OutlineStyles.Outline : 0;
885
style |= (shadow == TomBool.
tomTrue
) ? OutlineStyles.Shadow : 0;
886
style |= (emboss == TomBool.
tomTrue
) ? OutlineStyles.Embossed : 0;
887
style |= (engrave == TomBool.
tomTrue
) ? OutlineStyles.Engraved : 0;
909
return protect == TomBool.
tomTrue
;
922
return strike == TomBool.
tomTrue
? TextDecorationLineStyle.Single : TextDecorationLineStyle.None;
935
return sub == TomBool.
tomTrue
;
948
return super == TomBool.
tomTrue
;