6 references to s_cursorProperty
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
1468if (Properties.TryGetValue(s_cursorProperty, out Cursor? cursor)) 1481Cursor? localCursor = Properties.GetValueOrDefault<Cursor>(s_cursorProperty); 1485Properties.AddOrRemoveValue(s_cursorProperty, value); 2946bool checkCursor = !Properties.ContainsKey(s_cursorProperty); 6888if (!Properties.ContainsKey(s_cursorProperty)) 10441internal virtual bool ShouldSerializeCursor() => Properties.ContainsKey(s_cursorProperty);