Robert Moore 410f2f55e7 [List Items] Improve BiDi example performance. (#5506)
The example showing how to use MDF Internationalization's language
direction code was somewhat inefficient, calling the method twice on the
same string. Instead it should be called once and the result checked.

In manual testing, dropped overhead from 0.8% of Main Thread time to
0.4% while scrolling the example.
2018-10-24 19:05:12 -04:00
..