15 references to WrappingKey
System.Web.Mobile (15)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
525
_wrapping = (Wrapping) style[Style.
WrappingKey
, true];
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
181
Wrapping wrapping = (Wrapping) Style[Style.
WrappingKey
, true];
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
1671
Wrapping wrap = (Wrapping)style[Style.
WrappingKey
, true];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (3)
99
Wrapping styleWrapping = (Wrapping) _controlStyle [Style.
WrappingKey
, true /* inherit */];
230
if ((Wrapping)_controlStyle [Style.
WrappingKey
, true] != (Wrapping)style [Style.
WrappingKey
, true]) {
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
146
Wrapping wrapping = (Wrapping) Style[Style.
WrappingKey
, true];
UI\MobileControls\Design\Adapters\DesignerLabelAdapter.cs (1)
35
Wrapping wrapping = (Wrapping) Style[Style.
WrappingKey
, true];
UI\MobileControls\Design\Adapters\DesignerLinkAdapter.cs (1)
33
Wrapping wrapping = (Wrapping) Style[Style.
WrappingKey
, true];
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (1)
41
Wrapping wrapping = (Wrapping) Style[Style.
WrappingKey
, true];
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
62
Wrapping wrapping = (Wrapping) style[Style.
WrappingKey
, true];
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (1)
36
Wrapping wrapping = (Wrapping) Style[Style.
WrappingKey
, true];
UI\MobileControls\Design\Adapters\DesignerValidatorAdapter.cs (1)
34
Wrapping wrapping = (Wrapping) Style[Style.
WrappingKey
, true];
UI\MobileControls\Style.cs (2)
606
return (Wrapping)this[
WrappingKey
];
610
this[
WrappingKey
] = value;