AuthoringOM\Design\DesignerWidgets.cs (21)
792if (itemHit != null && itemHit.Text != null && itemHit.Text.Length > 0)
793ShowInfoTip(itemHit.Text);
805if (itemHit.Text != null && itemHit.Text.Length > 0)
806ShowInfoTip(itemHit.Text);
815if (itemHit != null && itemHit.Text != null && itemHit.Text.Length > 0)
816ShowInfoTip(itemHit.Text);
1269string descriptionString = this.enabledItems[i].Text;
1341SizeF size = paletteGraphics.MeasureString(itemInfo.Text, Font);
1807if (tabInfo.Text != null && tabInfo.Text.Length > 0)
1850if (buttonRectangle.Contains(new Point(e.X, e.Y)) && tabItemInfo.Text != this.buttonTips.GetToolTip(this))
1853this.buttonTips.SetToolTip(this, tabItemInfo.Text);
1928e.Graphics.DrawString(tabItem.Text, Font, SystemBrushes.ControlText, tabTextRectangleF, stringFormat);
1937graphics.DrawString(this.tabItemList[tabItemIndex].Text, Font, SystemBrushes.ControlText, new Rectangle(0, 0, bitmap.Width, bitmap.Height), stringFormat);
1975if (itemInfo.Text != null && itemInfo.Text.Length > 0)
1977SizeF sizef = graphics.MeasureString(itemInfo.Text, Font);
2102if (tabItemInfo.Text != null && this.drawItems.Length == this.tabItemList.Count)