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