13 references to tomTrue
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (13)
53
return _range.IsEqual(otherRange._range)==TomBool.
tomTrue
;
688
if (font.AllCaps == TomBool.
tomTrue
)
692
else if (font.SmallCaps == TomBool.
tomTrue
)
859
return hidden == TomBool.
tomTrue
;
872
return italic == TomBool.
tomTrue
;
890
style |= (outline == TomBool.
tomTrue
) ? OutlineStyles.Outline : 0;
891
style |= (shadow == TomBool.
tomTrue
) ? OutlineStyles.Shadow : 0;
892
style |= (emboss == TomBool.
tomTrue
) ? OutlineStyles.Embossed : 0;
893
style |= (engrave == TomBool.
tomTrue
) ? OutlineStyles.Engraved : 0;
915
return protect == TomBool.
tomTrue
;
928
return strike == TomBool.
tomTrue
? TextDecorationLineStyle.Single : TextDecorationLineStyle.None;
941
return sub == TomBool.
tomTrue
;
954
return super == TomBool.
tomTrue
;