1 write to _toolTip
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
32_toolTip = new ToolTip();
6 references to _toolTip
PresentationUI (6)
MS\Internal\Documents\DialogBaseForm.cs (2)
33_toolTip.Active = true; 34_toolTip.ShowAlways = true;
MS\Internal\Documents\RMPublishingDialog.cs (4)
540_toolTip.SetToolTip(button, tooltip); 928_toolTip.SetToolTip(buttonAddUser, SR.RMPublishingAddUserButtonToolTip); 955_toolTip.SetToolTip(buttonSave, SR.RMPublishingSaveButtonToolTip); 957_toolTip.SetToolTip(buttonSaveAs, SR.RMPublishingSaveAsButtonToolTip);