13 references to tomTrue
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (13)
49
return _range.IsEqual(otherRange._range)==TomBool.
tomTrue
;
681
if (font.AllCaps == TomBool.
tomTrue
)
685
else if (font.SmallCaps == TomBool.
tomTrue
)
852
return hidden == TomBool.
tomTrue
;
865
return italic == TomBool.
tomTrue
;
883
style |= (outline == TomBool.
tomTrue
) ? OutlineStyles.Outline : 0;
884
style |= (shadow == TomBool.
tomTrue
) ? OutlineStyles.Shadow : 0;
885
style |= (emboss == TomBool.
tomTrue
) ? OutlineStyles.Embossed : 0;
886
style |= (engrave == TomBool.
tomTrue
) ? OutlineStyles.Engraved : 0;
908
return protect == TomBool.
tomTrue
;
921
return strike == TomBool.
tomTrue
? TextDecorationLineStyle.Single : TextDecorationLineStyle.None;
934
return sub == TomBool.
tomTrue
;
947
return super == TomBool.
tomTrue
;