5 references to PendingTextContainerEventInit
PresentationFramework (5)
src\Framework\System\Windows\Controls\TextBlock.cs (5)
1268if (CheckFlags(Flags.PendingTextContainerEventInit)) 1272SetFlags(false, Flags.PendingTextContainerEventInit); 2032SetFlags(false, Flags.PendingTextContainerEventInit); 2987Invariant.Assert(!CheckFlags(Flags.PendingTextContainerEventInit)); 3010SetFlags(true, Flags.PendingTextContainerEventInit);