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)
384
nameCell.Style =
_textCellStyle
;
462
_textCellStyle
.Alignment = DataGridViewContentAlignment.MiddleLeft;
463
_textCellStyle
.NullValue = string.Empty;
464
_textCellStyle
.WrapMode = DataGridViewTriState.False;