3 references to SS_NOPREFIX
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\Label.cs (3)
301
cp.Style |= (int)STATIC_STYLES.
SS_NOPREFIX
;
797
style |= (WINDOW_STYLE)STATIC_STYLES.
SS_NOPREFIX
;
801
style &= ~(WINDOW_STYLE)STATIC_STYLES.
SS_NOPREFIX
;