7 writes to UL
PresentationFramework (7)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
783UL = formatState.UL; 9265formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9268formatState.UL = ULState.ULNone;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
2820documentNode.FormatState.UL = ULState.ULNormal; 2833documentNode.FormatState.UL = ULState.ULNormal; 2991formatState.UL = ulState; 3012formatState.UL = ulState;
12 references to UL
PresentationFramework (12)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (7)
783UL = formatState.UL; 917&& UL == formatState.UL 4838|| (fsThis.UL != fsParent.UL) 4853bool bUL = fsThis.UL != fsParent.UL;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (5)
703bool outUL = fsThis.UL != fsParent.UL; 760if (fsThis.UL != ULState.ULNone) 1262if (fsThis.UL != fsParent.UL)