1 write to _textCellStyle
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
459_textCellStyle = new DataGridViewCellStyle();
4 references to _textCellStyle
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (4)
382nameCell.Style = _textCellStyle; 460_textCellStyle.Alignment = DataGridViewContentAlignment.MiddleLeft; 461_textCellStyle.NullValue = string.Empty; 462_textCellStyle.WrapMode = DataGridViewTriState.False;