1 write to _toolTip
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
34_toolTip = new ToolTip();
6 references to _toolTip
PresentationUI (6)
MS\Internal\Documents\DialogBaseForm.cs (2)
35_toolTip.Active = true; 36_toolTip.ShowAlways = true;
MS\Internal\Documents\RMPublishingDialog.cs (4)
545_toolTip.SetToolTip(button, tooltip); 933_toolTip.SetToolTip(buttonAddUser, SR.RMPublishingAddUserButtonToolTip); 960_toolTip.SetToolTip(buttonSave, SR.RMPublishingSaveButtonToolTip); 962_toolTip.SetToolTip(buttonSaveAs, SR.RMPublishingSaveAsButtonToolTip);