Exemple #1
0
 // Token: 0x06002F0F RID: 12047 RVA: 0x000D4A3F File Offset: 0x000D2C3F
 internal static void Add(ITextContainer textContainer, UIElement uiElement, DependencyProperty property, FlowDirection newValue)
 {
     UIElementPropertyUndoUnit.AddPrivate(textContainer, uiElement, property, newValue);
 }
Exemple #2
0
 // Token: 0x06002F0E RID: 12046 RVA: 0x000D4A2F File Offset: 0x000D2C2F
 internal static void Add(ITextContainer textContainer, UIElement uiElement, DependencyProperty property, HorizontalAlignment newValue)
 {
     UIElementPropertyUndoUnit.AddPrivate(textContainer, uiElement, property, newValue);
 }