Romestead Assembly Reference

Candide.CandideUI.Input.CandideTextInputBox

Type JSON

public class in Candide.CandideUI.Input

Methods48
Properties15
Fields35
Events4
Type metadata

Relationships

Fields

NameVisibilitySignature
BannedCharacterspublicpublic System.String[] BannedCharacters
BlinkIntervalpublicpublic System.Single BlinkInterval
CursorPositionChangedprivateprivate System.EventHandler CursorPositionChanged
DisabledTextColorpublicpublic System.Nullable<Microsoft.Xna.Framework.Color> DisabledTextColor
FocusedTextColorpublicpublic System.Nullable<Microsoft.Xna.Framework.Color> FocusedTextColor
HintTextEnabledpublicpublic System.Boolean HintTextEnabled
InsertModeprivateprivate System.Boolean InsertMode
IsPasswordpublicpublic System.Boolean IsPassword
MaxLengthpublicpublic System.Nullable<System.Int32> MaxLength
Multilinepublicpublic System.Boolean Multiline
Readonlypublicpublic System.Boolean Readonly
RedoStackprivateprivate Candide.CandideUI.Input.UndoRedoStack RedoStack
SelectAllWhenSelectedpublicpublic System.Boolean SelectAllWhenSelected
ShadowColorpublicpublic Microsoft.Xna.Framework.Color ShadowColor
TextChangedprivateprivate System.EventHandler<Candide.CandideUI.ValueChangedEventArgs<System.String>> TextChanged
TextChangedByUserprivateprivate System.EventHandler<Candide.CandideUI.ValueChangedEventArgs<System.String>> TextChangedByUser
TextColorpublicpublic Microsoft.Xna.Framework.Color TextColor
UndoStackprivateprivate Candide.CandideUI.Input.UndoRedoStack UndoStack
ValueChangingprivateprivate System.EventHandler<Candide.CandideUI.ValueChangingEventArgs<System.String>> ValueChanging
_blinkTimerprivateprivate System.Single _blinkTimer
_cursorIndexprivateprivate System.Int32 _cursorIndex
_cursorOnprivateprivate System.Boolean _cursorOn
_fontScaleprivateprivate System.Single _fontScale
_hadIMECompositionprivateprivate System.Boolean _hadIMEComposition
_hintTextprivateprivate System.String _hintText
_internalScrollingprivateprivate Microsoft.Xna.Framework.Point _internalScrolling
_isTouchDownprivateprivate System.Boolean _isTouchDown
_justSelectedAllThroughReceivingFocusprivateprivate System.Boolean _justSelectedAllThroughReceivingFocus
_lastCursorPositionprivateprivate System.Nullable<Microsoft.Xna.Framework.Point> _lastCursorPosition
_richTextLayoutprivateprivate FontStashSharp.RichText.RichTextLayout _richTextLayout
_suppressRedoStackResetprivateprivate System.Boolean _suppressRedoStackReset
_textprivateprivate System.String _text
_textAlignprivateprivate FontStashSharp.RichText.TextHorizontalAlignment _textAlign
_textStyleprivateprivate Candide.CandideUI.Components.CandideTextStyle _textStyle
_wrapprivateprivate System.Boolean _wrap

Properties

NameVisibilitySignature
CursorHeightpublicpublic System.Int32 CursorHeight
CursorPositionpublicpublic System.Int32 CursorPosition
CursorWidthpublicpublic System.Int32 CursorWidth
Fontpublicpublic FontStashSharp.SpriteFontBase Font
GetFocusableTypepublicpublic Candide.CandideUI.Input.InputFocusableType GetFocusableType
HintTextpublicpublic System.String HintText
Lengthprivateprivate System.Int32 Length
SelectEndpublicpublic System.Int32 SelectEnd
SelectStartpublicpublic System.Int32 SelectStart
Textpublicpublic System.String Text
TextAlignpublicpublic FontStashSharp.RichText.TextHorizontalAlignment TextAlign
TextStylepublicpublic Candide.CandideUI.Components.CandideTextStyle TextStyle
TextVerticalAlignmentpublicpublic Candide.CandideUI.VerticalAlignment TextVerticalAlignment
UserTextprivateprivate System.String UserText
Wrappublicpublic System.Boolean Wrap

Events

NameVisibilitySignature
CursorPositionChangedpublicpublic System.EventHandler CursorPositionChanged
TextChangedpublicpublic System.EventHandler<Candide.CandideUI.ValueChangedEventArgs<System.String>> TextChanged
TextChangedByUserpublicpublic System.EventHandler<Candide.CandideUI.ValueChangedEventArgs<System.String>> TextChangedByUser
ValueChangingpublicpublic System.EventHandler<Candide.CandideUI.ValueChangingEventArgs<System.String>> ValueChanging

Methods

Copy

private System.Void Copy()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash0748F7BBBC47335D2CE80DD9BFA3D52551F4ABD1820A51C7F07D70FC8570417A
  • Body hash250123225CC3A52B59D6D8F41DF8F77D75012452B10692EDA27F6B7D82339E14
  • IL size114
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_SelectEnd()
  • Candide.CandideUI.Input.CandideTextInputBox::get_SelectStart()
  • System.Math::Min(System.Int32, System.Int32)
  • System.Math::Max(System.Int32, System.Int32)
  • FontStashSharp.RichText.RichTextLayout::get_Text()
  • System.String::Substring(System.Int32, System.Int32)
  • Candide.CandideUI.Text.TextCopy.Clipboard::SetText(System.String)
Called by

Delete

private System.Int32 Delete(System.Int32 where, System.Int32 len)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Int32
  • StaticFalse
  • VirtualFalse
  • HashA84A242858FC90660A943FCE5082C11F8A46582DE76778EA1A40040E6F4D267D
  • Body hashEF8D322328A2AB1C07228440D1AEBC480415FF256D02549A46B89CD09CD27DFE
  • IL size100
Referenced calls
Called by

DeleteChars

private System.Void DeleteChars(System.Int32 pos, System.Int32 l)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash4BEC6AD1E9D4312FC7734A4E0BCACEFBDFCACB0DA54972C99B0DF05D70FAD58A
  • Body hashBAEEA8D46226F3795BA64BD6D3F41B082E3E1B5D798BBEB3762F3BBB1D5AE352
  • IL size43
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_UserText()
  • System.String::Substring(System.Int32, System.Int32)
  • System.String::Substring(System.Int32)
  • System.String::Concat(System.String, System.String)
  • Candide.CandideUI.Input.CandideTextInputBox::set_UserText(System.String)
Called by

DeleteSelection

private System.Void DeleteSelection()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashC40A6938B82C058B37DA03B0613701DE92A7D077D3D4168B8F1B3482C95D40AD
  • Body hash7850DFEAFA700FCCAD1D4B028AD46A707DFF473CEAEA56D7A9DEE6274FA6C34E
  • IL size124
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_SelectStart()
  • Candide.CandideUI.Input.CandideTextInputBox::get_SelectEnd()
  • Candide.CandideUI.Input.CandideTextInputBox::Delete(System.Int32, System.Int32)
  • Candide.CandideUI.Input.CandideTextInputBox::set_CursorPosition(System.Int32)
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectEnd(System.Int32)
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectStart(System.Int32)
Called by

DisableHintText

private System.Void DisableHintText()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashE881DE6D2AE85AB752D739DC9090F0353E57782CAE7EC31799B5E04EFA220EF4
  • Body hashE550E05057534BC8013ED84EFA6A65EC4A44B5D427A1DD2214FC638F9DDAA2EF
  • IL size39
Referenced calls
Called by

EnableHintText

private System.Void EnableHintText()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash255881D2414BEB23EE9C11F2B071FC7AB0388AE614CAF491F40D704D8E17DA7C
  • Body hashE00C7E7668BA0652DECF982BD0AC0331AB6E60CE41A162A9BE6E2799BDB14E93
  • IL size34
Referenced calls
Called by

FocusSelectAll

public System.Void FocusSelectAll()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashD52115ACB8C1A7CA72A871B22B7ABC3FFE199520E77BFED6040F1920B3466187
  • Body hash10E730372FB5B085FD60C1C24F0222D0296F8B49C3798FBCF0B16739DA3F35BB
  • IL size30
Referenced calls
Called by

GetRenderPositionByIndex

private Microsoft.Xna.Framework.Point GetRenderPositionByIndex(System.Int32 index)

Method metadata
  • Visibilityprivate
  • Return typeMicrosoft.Xna.Framework.Point
  • StaticFalse
  • VirtualFalse
  • Hash7929E1EA2074B33DF3B511E7958673B2C887909261457C3D7405A3DEF6CC7580
  • Body hash352D9C90323B39C79A00AF9F8C6E5C27E062C62EDD00D94A476914EEA51CDEE5
  • IL size259
Referenced calls
  • Candide.CandideUI.CandideUiElement::get_ActualBounds()
  • Candide.CandideUI.Input.CandideTextInputBox::get_Text()
  • System.String::get_Length()
  • FontStashSharp.RichText.RichTextLayout::GetGlyphInfoByIndex(System.Int32)
  • System.Nullable<FontStashSharp.RichText.TextChunkGlyph>::get_HasValue()
  • System.Nullable<FontStashSharp.RichText.TextChunkGlyph>::get_Value()
  • Microsoft.Xna.Framework.Rectangle::get_Left()
  • FontStashSharp.RichText.RichTextLayout::get_Lines()
  • System.Collections.Generic.List<FontStashSharp.RichText.TextLine>::get_Count()
  • System.Collections.Generic.List<FontStashSharp.RichText.TextLine>::get_Item(System.Int32)
  • FontStashSharp.RichText.TextLine::get_Count()
  • FontStashSharp.RichText.TextLine::GetGlyphInfoByIndex(System.Int32)
  • System.Nullable<FontStashSharp.RichText.TextChunkGlyph>::GetValueOrDefault()
  • Microsoft.Xna.Framework.Rectangle::get_Right()
  • Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)
Called by

GetText

private System.String GetText()

Method metadata
  • Visibilityprivate
  • Return typeSystem.String
  • StaticFalse
  • VirtualFalse
  • HashA2364449A17AD39F8ACA3FB9E28F81E000F963B60EC78106B76BFEACFC610A12
  • Body hashB64DD1C1383C83ADD08E66E62012F298868B72B3065ADDEDC26E73B954D31356
  • IL size34
Referenced calls
  • System.String::get_Length()
  • System.String::.ctor(System.Char, System.Int32)
Called by

InputChar

public System.Void InputChar(System.Char ch)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashFC4584DE8E1F119868A93CCC73DAC523A9DC9ECDBDEE98E9BA82817EF3669000
  • Body hash4AE5761F10193DEDEB3B7D5F6E499F8110B956DD09431AF8BE11351A6F911635
  • IL size212
Referenced calls
Called by

Insert

public System.Void Insert(System.Int32 where, System.String text)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash4801092B6D00575A916B948804F75DB716784D4E86754FA596A916AACC023A56
  • Body hashFEC785EE8CD4691102BFE2FAA767D924DE22A8386749CCA7D4C7249B98A8C7BA
  • IL size75
Referenced calls
Called by

InsertChar

private System.Boolean InsertChar(System.Int32 pos, System.Char ch)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • HashC35E84F52209021109A522DCF2557A01617A8C680F105937A2CA0DB5DACA89BD
  • Body hash855A9C2B36F3B48879DBC8D01E01F62DDC3BE7889379264855D316873C9899C0
  • IL size85
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_Text()
  • System.String::IsNullOrEmpty(System.String)
  • System.Char::ToString()
  • Candide.CandideUI.Input.CandideTextInputBox::set_UserText(System.String)
  • Candide.CandideUI.Input.CandideTextInputBox::get_UserText()
  • System.String::Substring(System.Int32, System.Int32)
  • System.String::op_Implicit(System.String)
  • System.ReadOnlySpan<System.Char>::.ctor(!0&)
  • System.String::Substring(System.Int32)
  • System.String::Concat(System.ReadOnlySpan<System.Char>, System.ReadOnlySpan<System.Char>, System.ReadOnlySpan<System.Char>)
Called by

InsertChars

private System.Boolean InsertChars(System.Int32 pos, System.String s)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • Hash40BD46E798E43DE786D010FC866447C1566D840FB827C684B817F81E0B182910
  • Body hash7776ADB40A3C127F3434212302D956E617B4AD961A6D12B615E740DFA3175BB9
  • IL size71
Referenced calls
  • System.String::IsNullOrEmpty(System.String)
  • Candide.CandideUI.Input.CandideTextInputBox::get_Text()
  • Candide.CandideUI.Input.CandideTextInputBox::set_UserText(System.String)
  • Candide.CandideUI.Input.CandideTextInputBox::get_UserText()
  • System.String::Substring(System.Int32, System.Int32)
  • System.String::Substring(System.Int32)
  • System.String::Concat(System.String, System.String, System.String)
Called by

InternalDraw

protected System.Void InternalDraw(Candide.CandideUI.UiRenderContext context)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash7DA4CA95CF8FCD240236BE9CD639244253F8A153AAA0111D29BF3832390CD616
  • Body hash31892E042CC111DC621CFD6A810B15AEE5C136A5FDDB3D17ADED87D2F839699D
  • IL size1312
Referenced calls
  • FontStashSharp.RichText.RichTextLayout::get_Font()
  • Candide.CandideUI.CandideUiElement::get_ActualBounds()
  • Candide.CandideUI.Input.CandideTextInputBox::RenderSelection(Candide.CandideUI.UiRenderContext)
  • Candide.CandideUI.UiRenderContext::get_Opacity()
  • Candide.CandideUI.UiRenderContext::set_Opacity(System.Single)
  • Candide.CandideUI.CandideUiElement::get_Enabled()
  • System.Nullable<Microsoft.Xna.Framework.Color>::get_HasValue()
  • System.Nullable<Microsoft.Xna.Framework.Color>::get_Value()
  • Candide.CandideUI.Input.AbstractInputFocusableUiElement::get_IsKeyboardFocused()
  • Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
  • FontStashSharp.RichText.RichTextLayout::get_Size()
  • Microsoft.Xna.Framework.Point::ToVector2()
  • Candide.CandideUI.Input.CandideTextInputBox::get_TextVerticalAlignment()
  • Candide.CandideUI.LayoutUtils::Align(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Candide.CandideUI.HorizontalAlignment, Candide.CandideUI.VerticalAlignment)
  • Microsoft.Xna.Framework.Rectangle::get_Location()
  • Microsoft.Xna.Framework.Rectangle::Offset(Microsoft.Xna.Framework.Point)
  • Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)
  • Candide.CandideUI.CandideUiSystem::get_DrawTextGlyphsFrames()
  • FontStashSharp.RichText.RichTextLayout::get_Lines()
  • System.Collections.Generic.List<FontStashSharp.RichText.TextLine>::GetEnumerator()
  • List.Enumerator<FontStashSharp.RichText.TextLine>::get_Current()
  • FontStashSharp.RichText.TextLine::get_Chunks()
  • System.Collections.Generic.List<FontStashSharp.RichText.BaseChunk>::GetEnumerator()
  • List.Enumerator<FontStashSharp.RichText.BaseChunk>::get_Current()
  • FontStashSharp.RichText.TextChunk::get_Glyphs()
  • System.Collections.Generic.List<FontStashSharp.RichText.TextChunkGlyph>::GetEnumerator()
  • List.Enumerator<FontStashSharp.RichText.TextChunkGlyph>::get_Current()
  • Microsoft.Xna.Framework.Color::get_White()
  • Candide.CandideUI.UiRenderContext::DrawRectangle(Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Color, System.Single)
  • List.Enumerator<FontStashSharp.RichText.TextChunkGlyph>::MoveNext()
  • System.IDisposable::Dispose()
  • List.Enumerator<FontStashSharp.RichText.BaseChunk>::MoveNext()

InternalMeasure

protected Microsoft.Xna.Framework.Vector2 InternalMeasure(Microsoft.Xna.Framework.Vector2 availableSize)

Method metadata
  • Visibilityprotected
  • Return typeMicrosoft.Xna.Framework.Vector2
  • StaticFalse
  • VirtualTrue
  • HashD56BA30A55ADC34EBB89C523D315B7400B4AA297363043EB8C934DDE81872CD8
  • Body hash513FB93192C1681290D4E71BA278A5C78B3BF9FF84E26ED16005B4851D2D660C
  • IL size161
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_Font()
  • Microsoft.Xna.Framework.Vector2::get_Zero()
  • Candide.CandideUI.Input.CandideTextInputBox::get_CursorWidth()
  • System.Nullable<System.Int32>::.ctor(!0)
  • FontStashSharp.RichText.RichTextLayout::Measure(System.Nullable<System.Int32>)
  • Microsoft.Xna.Framework.Point::ToVector2()
  • FontStashSharp.SpriteFontBase::get_LineHeight()
  • Candide.CandideUI.Input.CandideTextInputBox::get_CursorHeight()
  • System.MathF::Max(System.Single, System.Single)

InvalidateStyle

private System.Void InvalidateStyle()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash4477AC1B35C8E0116D67F2DF593E9375D9CAE5FAD98FEBC3997FD133606C472C
  • Body hash153A600C5EC0705BDFE6DD0076BB2015A3293599F41696CCEBA83910364E6FE8
  • IL size154
Referenced calls
  • Candide.Graphics.Fonts.CandideFont::get_RenderFont()
  • System.ArgumentOutOfRangeException::.ctor()
  • FontStashSharp.RichText.RichTextLayout::set_Font(FontStashSharp.SpriteFontBase)

MoveLine

private System.Void MoveLine(System.Int32 delta)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash2F10B5FEA1C3E7C4FC74C2522E99CEBAC8B6C2739FC6C255B5C0749E0AEE6952
  • Body hashBB522D02ED7B5B0FF24D6A67374DA794211EAA204A70542803F907032B6E41B1
  • IL size156
Referenced calls
Called by

OnChar

public System.Void OnChar(System.Char c)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash99E3A1750DA7CDEBBB6BA1EC8E678E9126DD18F407C08450A3AEAF34DD24C4BD
  • Body hashCE3AE8B85CD89FCF60B8FA9E26619F76C0970EA0A697B8794A4B211AB62EE0D6
  • IL size40
Referenced calls

OnControllerAPressed

public System.Void OnControllerAPressed()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash41D2CD1396C3ED7F7E3CB0B85F65BB12B73F59D97ED2F5A64345E8F8C2EC2274
  • Body hashE504858BCA1978766A2E1B41E46EB3B3C8ACD2BD6BA68540094962A65AC688E5
  • IL size22
Referenced calls

OnCursorIndexChanged

private System.Void OnCursorIndexChanged()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashB70EB357C00578BEF6914295CDBA217C931BF9844049E32F08B770CF99030104
  • Body hashA085676327AC97A0F538A7913AB7472206FE197C5D9321B1AA075247EB1A6011
  • IL size29
Referenced calls

OnDismount

protected System.Void OnDismount()

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashD2A54672DE0630CE11546B2AB8EA3E99E36FC5F2249A68F2FF5CEAEB0860E64E
  • Body hashBA93487DF834BF594F3EE1E7CFF79AD26D55DAC2C75451DB980E4E2786E004A5
  • IL size24
Referenced calls

OnGotInputFocus

public System.Void OnGotInputFocus()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashFA309BB14E7A7A376BC3364765C45479C9CE3874D20F3E50A6027DF7752A9A80
  • Body hash7D616019F72C5D8F43F337377BC994BE68EA73583AC6E403F101F043E0ABB2F6
  • IL size34
Referenced calls

OnKeyDown

public System.Void OnKeyDown(Microsoft.Xna.Framework.Input.Keys k)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashCDD80CCD92A66F009C35A5451A0EE000BC7A390BF5770CF97D5860C0662BB52C
  • Body hash296B61C9C92E4E95C9DEE4609F0C4F5A2F0FC268560A851227D50D06C992EC46
  • IL size1022
Referenced calls

OnLostInputFocus

public System.Void OnLostInputFocus()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash8774FC812CD0C7E9B1B8E020F54A7812470ED6109E95784D87B48FABBE26DD07
  • Body hash863E09F48FBC23DF2CEE12D30143DCC75AAC57FAE9D27A1239D9932DC8DBA4B8
  • IL size19
Referenced calls

OnMount

protected System.Void OnMount()

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash71016BE0A96A175110F8A55BD458B8ED79578984840B004ACCC47711639256D7
  • Body hashFE217E1E19E170D26FD11E91B49AE7DC69EBED520C7566E2255A6865EC7B5B0E
  • IL size24
Referenced calls

OnMouseDoubleClick

public System.Void OnMouseDoubleClick()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash0184D7D5C2BC8927830A5E4B347409E06698530D2A9FB96A052A8E9DC8810BC1
  • Body hashA14525AFB4B6A2C822D1786A2C043FCD0581B08309522F88160A151AFC128AE6
  • IL size197
Referenced calls
  • Candide.CandideUI.CandideUiElement::OnMouseDoubleClick()
  • Candide.CandideUI.Input.CandideTextInputBox::get_CursorPosition()
  • Candide.CandideUI.Input.CandideTextInputBox::get_Text()
  • System.String::IsNullOrEmpty(System.String)
  • System.String::get_Length()
  • Candide.CandideUI.MouseUiInputSystem::get_IsShiftDown()
  • System.String::get_Chars(System.Int32)
  • System.Char::IsWhiteSpace(System.Char)
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectStart(System.Int32)
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectEnd(System.Int32)

OnMousePrimaryDown

public System.Void OnMousePrimaryDown()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash475FCB71B3273C6CDDDB3F0C379A7B323D71F0C99257136A805556BE4A04C4D5
  • Body hash3A737627D70ADF003FEB5FCA2C12E2F1497659F1B0E37D2C5ECA4CCC2BF91C2A
  • IL size58
Referenced calls

Paste

private System.Boolean Paste(System.String text)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • HashB2EC2D26B411AB3C7B7C8A3063B635F4267A06D047286879F39BF17E61992420
  • Body hash9669C2ACB0F998BA0881D90C4E542CBEFE6ED6BEA63F66FFAA4367A0A92742F4
  • IL size91
Referenced calls
Called by

Process

private System.String Process(System.String value)

Method metadata
  • Visibilityprivate
  • Return typeSystem.String
  • StaticFalse
  • VirtualFalse
  • Hash50D8B557EFE1DA986D28BB1CC012FB77D8824824DE2EBA331946FA7F528D3679
  • Body hash65929F4CF6A59D930730DFBC978DE6FBBF92125F32028E45DDDD383CB0326E71
  • IL size69
Referenced calls
  • System.String::Replace(System.String, System.String)
Called by

Redo

private System.Void Redo()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash773A35F1AC9E4ECD5D4CA452295220837A72B95DA74AE5DEBBCFBC6DE360B1F6
  • Body hashB90D3EC141516A9997D5CE1DC26E25C9EAA15F044141DC88AF95136327772C45
  • IL size19
Referenced calls
Called by

RenderSelection

private System.Void RenderSelection(Candide.CandideUI.UiRenderContext context)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash82E00E89BB059E47B302DE88CFBF58B20B27E7A5EE6FB849FDC1D55D71420FF9
  • Body hash445A00CFBA6F6F9F6F5A24260D37A46A26FF420F3441D93EB9064F6CF8685A31
  • IL size65
Referenced calls
Called by

RenderSelectionStepTwo

private System.Void RenderSelectionStepTwo(Candide.CandideUI.UiRenderContext context, System.Int32 selectStart, System.Int32 selectEnd, Microsoft.Xna.Framework.Color color)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashEA6C8091EE2953A02DCADD383C8DE1BB30B7203518A90A1F508EF28C17F148FF
  • Body hash982445120C7FF08F99CBE1FF07CACE529CCCB64A567FC9D10282EF7763F2F1EC
  • IL size399
Referenced calls
Called by

ResetCursorBlinkTimer

private System.Void ResetCursorBlinkTimer()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash3EA46EF2B092491C05AA35471042574019A260F058791E011EBE202CF0A9BB13
  • Body hash7C65FF651564C9E59044F51B0F181BE3B7EB7DC6E29B47C4FA5EC6AC8DA76625
  • IL size19
Called by

ResetSelection

private System.Void ResetSelection()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashC380A2F5CD6A767115B7E43EF3BB79FA977C26C91633D0584908B474BBD13523
  • Body hash718A708E424EDEA968B22252EE8FD9A5560208103501A8356B9DE13BC4777E60
  • IL size22
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_CursorPosition()
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectEnd(System.Int32)
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectStart(System.Int32)
Called by

SelectAll

public System.Void SelectAll()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash41DADC058CC2929C648D9CBFC3E9591D84DADFF5375C505107756C9364093B68
  • Body hash295131BE3B44EC2471B97C41C9F905E72450AA8B5105014FFEA04CD8ADF0904B
  • IL size20
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectStart(System.Int32)
  • Candide.CandideUI.Input.CandideTextInputBox::get_Length()
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectEnd(System.Int32)
Called by

SetCursorByTouch

private System.Void SetCursorByTouch()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashD6C462A9761BB4ECB8CBC3FDD872A57B8040706CB11EDADEC880600AF1CA86DF
  • Body hashD7FB5C26B5D61391DA54E09F81C10AC4F2CFEEBD51385AD13A34BD4465E45FD9
  • IL size168
Referenced calls
Called by

SetText

public System.Boolean SetText(System.String value, System.Boolean byUser)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • Hash36C88AB7BDE4AC9D1F11E9D60057EB0F68DCE441C099591F3FCEF04916EF2A2B
  • Body hash31F73D346CD2A19430287BC33B749485F3348E9EA458B2CB7A29BB1080BD5C61
  • IL size200
Referenced calls

ShouldEnableHintText

private System.Boolean ShouldEnableHintText()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • HashF19302A706B2641044F0804E9DB9B8E9D4EE15545F1BB066D89EBAE3DB3E7D2F
  • Body hashE508645D1B0404FDE97C2EEDBED6C4FDE561A85F165103FDAA0D1D4D40678C9C
  • IL size38
Referenced calls
  • System.String::IsNullOrEmpty(System.String)
  • Candide.CandideUI.Input.AbstractInputFocusableUiElement::get_IsKeyboardFocused()
Called by

TrimAccordingToMaxLength

private System.String TrimAccordingToMaxLength(System.String s)

Method metadata
  • Visibilityprivate
  • Return typeSystem.String
  • StaticFalse
  • VirtualFalse
  • HashF6543F22C799EEDE329E5AEFF98DF217C0DC8F78F39BA1E1C3E49026CBECF0D4
  • Body hash66CD9CF4ACFAA7DA93ACB86C6EA3E30AE42B9FF6D76A13D0A94652BD808C3F1E
  • IL size71
Referenced calls
  • System.Nullable<System.Int32>::get_HasValue()
  • System.String::get_Length()
  • System.Nullable<System.Int32>::get_Value()
  • System.String::Substring(System.Int32, System.Int32)
Called by

Undo

private System.Void Undo()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashFE812CBFA1CAFBCBFC4AE02E08397BFDA1073D9B452788FA326652D09F677D81
  • Body hash5347614FFC6AE897A6751C7416021E6CCE6FC201FA5C278950C108D7FE42C212
  • IL size19
Referenced calls
Called by

UndoRedo

private System.Void UndoRedo(Candide.CandideUI.Input.UndoRedoStack undoStack, Candide.CandideUI.Input.UndoRedoStack redoStack)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash277AAA20815DB97A7789C1E2BD5AB57402C7A141C9E9B198109DB51E0E615999
  • Body hashAB59EC22B22F4EF832B8772AD64E7BCE5E26A6D1C8EA96E6DEFF77968021A860
  • IL size291
Referenced calls
Called by

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash2DAAA7AB3AE6DE1188ED22E52CF82F486F36BEBA72F601FAA0100CCCEA5ECF1E
  • Body hashC17A927B65D11412B60E2102BBECF6EF6B0E156B01B00815BEE1B27ED6C024CE
  • IL size191
Referenced calls

UpdateRichText

private System.Void UpdateRichText()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashB6C6A01AB21BE75B57F4007D2BD8A96814E341117A06D2F1B73145F3796B1179
  • Body hash3BB8FC417A07431C47BDD632E479B2F1AB38B7A729FED55C7944E21453C47BC0
  • IL size61
Referenced calls
Called by

UpdateScrolling

private System.Void UpdateScrolling()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash7C2B0DA99AF975ACE6FB0C111374A9D0D4DA5D2E786C088C099DAB3591DC40AC
  • Body hash7E5860937E102709EDF629F1DA3275B1B0B3161BEBC525B56A6B314A7E224E15
  • IL size785
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_CursorPosition()
  • Candide.CandideUI.Input.CandideTextInputBox::GetRenderPositionByIndex(System.Int32)
  • System.Nullable<Microsoft.Xna.Framework.Point>::get_HasValue()
  • System.Nullable<Microsoft.Xna.Framework.Point>::GetValueOrDefault()
  • Microsoft.Xna.Framework.Point::op_Equality(Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)
  • Candide.CandideUI.CandideUiElement::get_ActualBounds()
  • Candide.CandideUI.CandideUiElement::get_Bounds()
  • Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)
  • Candide.CandideUI.Containers.CandideVerticalScrollViewer::get_ScrollYMaximum()
  • FontStashSharp.RichText.RichTextLayout::get_Size()
  • Candide.CandideUI.Input.CandideTextInputBox::get_CursorWidth()
  • Microsoft.Xna.Framework.Point::get_Zero()
  • System.Nullable<Microsoft.Xna.Framework.Point>::.ctor(!0)
  • FontStashSharp.RichText.RichTextLayout::get_Font()
  • FontStashSharp.SpriteFontBase::get_LineHeight()
  • Candide.CandideUI.Containers.CandideVerticalScrollViewer::get_ScrollYPosition()
  • Candide.CandideUI.Containers.CandideVerticalScrollViewer::set_ScrollYPosition(System.Int32)
Called by

UpdateSelection

private System.Void UpdateSelection()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash29E93EB2DD0298961E1F08499F30476273DADB5FB6906983DE22D88E679AC626
  • Body hashBFB86AB4EB2130D0363B9524710D9530B6E3525102758D39AFA46E5815317228
  • IL size13
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_CursorPosition()
  • Candide.CandideUI.Input.CandideTextInputBox::set_SelectEnd(System.Int32)
Called by

UpdateSelectionIfShiftDown

private System.Void UpdateSelectionIfShiftDown()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash0F6077D7E954C655EF7A34338FC1151696AC7E5BBD562153BF9D2716008DE84A
  • Body hash8EA414EB6FDCFA65877BE7DEDFE10DA29502352537A46DD3DAD1A118C191BEB8
  • IL size21
Referenced calls
Called by

UserSetCursorPosition

private System.Void UserSetCursorPosition(System.Int32 newPosition)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash3AD061BB7674494B05AA53E20CAF3690AE62772418BB04F978DE7FBE16045CB1
  • Body hashBDE515C1BE989BE5746BAB6D35110AAD7389D1FB964F95D5123C1455C8D35950
  • IL size32
Referenced calls
  • Candide.CandideUI.Input.CandideTextInputBox::get_Length()
  • Candide.CandideUI.Input.CandideTextInputBox::set_CursorPosition(System.Int32)
Called by