12 references to ItalicKey
System.Web.Mobile (12)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
540
_italic = ((BooleanOption) style[Style.
ItalicKey
, true] == BooleanOption.True);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
1732
BooleanOption italic = (BooleanOption)style[Style.
ItalicKey
, true];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (4)
140
if ((BooleanOption) _controlStyle [Style.
ItalicKey
, true /* inherit */] == BooleanOption.True) {
143
else if ((BooleanOption) _controlStyle [Style.
ItalicKey
, true /* inherit */] == BooleanOption.False) {
211
if ((BooleanOption)_controlStyle [Style.
ItalicKey
, true] != (BooleanOption)style [Style.
ItalicKey
, true]) {
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
111
bool italic = (BooleanOption)style[Style.
ItalicKey
, true] == BooleanOption.True;
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
183
(BooleanOption)Style[Style.
ItalicKey
, true] == BooleanOption.True;
UI\MobileControls\Style.cs (4)
96
control.Font.Italic = ((BooleanOption)this[
ItalicKey
, true]) == BooleanOption.True;
104
style.Font.Italic = ((BooleanOption)this[
ItalicKey
, true]) == BooleanOption.True;
550
return (BooleanOption)this[
ItalicKey
];
554
this[
ItalicKey
] = value;