19 references to GetFlag
System.Windows.Forms (19)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (19)
496
if (
GetFlag
(FlagNeedUpdateUIBasedOnFont)) {
854
if (
GetFlag
(FlagIsSplitterMove)) {
923
if (
GetFlag
(FlagDropDownClosing)) {
930
if (dropDownHolder.Component == DropDownListBox &&
GetFlag
(FlagDropDownCommit)) {
1697
dropDownHolder.SetComponent(ctl,
GetFlag
(FlagResizableDropDown));
1710
dropDownHolder.SetComponent(ctl,
GetFlag
(FlagResizableDropDown));
2192
return
GetFlag
(FlagInPropertySet);
2380
if (
GetFlag
(FlagBtnLaunchedEditor)) {
3220
if (!
GetFlag
(FlagIsSplitterMove))
3252
if (
GetFlag
(FlagIsSplitterMove)) {
3256
if ((rowMoveCur != this.TipRow || pt.X != this.TipColumn) && !
GetFlag
(FlagIsSplitterMove)) {
3292
if (totalProps != 0 && (SplitterInside(me.X,me.Y) ||
GetFlag
(FlagIsSplitterMove))) {
4131
if (oldLength > 0 && !
GetFlag
(FlagNoDefault)) {
4357
if (!
GetFlag
(FlagIsNewSelection)) {
4377
if (
GetFlag
(FlagIsNewSelection) && GetGridEntryFromRow(selectedRow) == null) {
4447
if ((
GetFlag
(FlagIsNewSelection) || !Edit.Focused) && (s != null && !s.Equals(Edit.Text))) {
4478
if (
GetFlag
(FlagIsSplitterMove) || !gridEntry.HasValue || !FocusInside) {
4503
if (!
GetFlag
(FlagIsNewSelection)) {
5180
if (IsHandleCreated &&
GetFlag
(FlagNeedUpdateUIBasedOnFont)) {