Home
last modified time | relevance | path

Searched defs:textBoxBase (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DThemeVisualStyles.cs1499 static bool TextBoxBaseShouldPaint (TextBoxBase textBoxBase) in TextBoxBaseShouldPaint()
1503 static VisualStyleElement TextBoxBaseGetVisualStyleElement (TextBoxBase textBoxBase) in TextBoxBaseGetVisualStyleElement()
1515 …public override void TextBoxBaseFillBackground (TextBoxBase textBoxBase, Graphics g, Rectangle cli… in TextBoxBaseFillBackground()
1532 public override bool TextBoxBaseHandleWmNcPaint (TextBoxBase textBoxBase, ref Message m) in TextBoxBaseHandleWmNcPaint()
1550 public override bool TextBoxBaseShouldPaintBackground (TextBoxBase textBoxBase) in TextBoxBaseShouldPaintBackground()
H A DTheme.cs938 …public abstract void TextBoxBaseFillBackground (TextBoxBase textBoxBase, Graphics g, Rectangle cli… in TextBoxBaseFillBackground()
939 public abstract bool TextBoxBaseHandleWmNcPaint (TextBoxBase textBoxBase, ref Message m); in TextBoxBaseHandleWmNcPaint()
940 public abstract bool TextBoxBaseShouldPaintBackground (TextBoxBase textBoxBase); in TextBoxBaseShouldPaintBackground()
H A DThemeWin32Classic.cs5093 …public override void TextBoxBaseFillBackground (TextBoxBase textBoxBase, Graphics g, Rectangle cli… in TextBoxBaseFillBackground()
5102 public override bool TextBoxBaseHandleWmNcPaint (TextBoxBase textBoxBase, ref Message m) in TextBoxBaseHandleWmNcPaint()
5107 public override bool TextBoxBaseShouldPaintBackground (TextBoxBase textBoxBase) in TextBoxBaseShouldPaintBackground()